|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationFilter | |
|---|---|
| org.jsecurity.web.filter.authz | Servlet Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks). |
| Uses of AuthorizationFilter in org.jsecurity.web.filter.authz |
|---|
| Subclasses of AuthorizationFilter in org.jsecurity.web.filter.authz | |
|---|---|
class |
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. |
class |
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. |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||