| Interface | Description |
|---|---|
| AuthorizationChecker |
The way to check authorizations.
|
| AuthorizationGenerator<U extends CommonProfile> |
Generate the authorization roles and permissions for this user profile.
|
| Authorizer<U extends UserProfile> |
Checks if an access is authorized.
|
| Class | Description |
|---|---|
| DefaultAuthorizationChecker |
Default way to check the authorizations (with default authorizers).
|
| DefaultRolesPermissionsAuthorizationGenerator<U extends CommonProfile> |
Grant default roles and/or permissions to a user profile.
|
| FromAttributesAuthorizationGenerator<U extends CommonProfile> |
Generate the authorization information by inspecting attributes.
|
| RequireAllPermissionsAuthorizer<U extends UserProfile> |
Checks an access if the user profile has all the permissions.
|
| RequireAllRolesAuthorizer<U extends UserProfile> |
Checks an access if the user profile has all the roles.
|
| RequireAnyPermissionAuthorizer<U extends UserProfile> |
Checks an access if the user profile has any of the permissions.
|
| RequireAnyRoleAuthorizer<U extends UserProfile> |
Checks an access if the user profile has any of the roles.
|
Copyright © 2016. All Rights Reserved.