Package org.benow.security.permission

Interface Summary
Permission A permission is belongs to a role which a user has.
PermissionAdministrator security: org.benow.security.PermissionAdministrator
PermissionCheckable Objects that can validate permissions should implement this interface.
PermissionedClass security: org.benow.security.permission.PermissionPackage
PermissionedPackage security: org.benow.security.permission.PermissionPackage
PermissionGroup  
Role security: org.benow.security.PermissionTemplate
 

Annotation Types Summary
Permission.AnonymousAccess Annotation to indicate that Anonymous users can invoke specific methods.
Permission.AnyUserAccess Annotation to indicate that any user can invoke the method.
Permission.RequiresPermission Indicates that a method requires a certain permission to be executed/discovered.
Permission.RestrictOnField Field within a param that is used to identify a restriction.