|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).
See:
Description
| Class Summary | |
|---|---|
| AuthorizationFilter | Superclass for authorization-related filters. |
| PermissionsAuthorizationFilter | Filter that allows access if the current user has the permissions specified by the mapped value, or denies access if the user does not have all of the permissions specified. |
| RolesAuthorizationFilter | Filter that allows access if the current user has the roles specified by the mapped value, or denies access if the user does not have all of the roles specified. |
Servlet Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks).
|
JSecurity | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||