| AuthorizationCheck<C extends AuthorizationCheck> |
A security check executed over a resource or permission.
|
| AuthorizationManager |
Main entry interface for querying the authorization management subsystem about
user access to different system resources.
|
| AuthorizationPolicy |
It holds a registry of permission collections assigned to individual Role and Group instances.
|
| Permission |
Interface for representing access to a system resource.
|
| PermissionCheck |
|
| PermissionCollection |
Interface representing a collection of Permission objects.
|
| PermissionManager |
This is the main interface for checking permissions against User instances.
|
| PermissionType |
A PermissionType provides factory services for the creation of permission instances
as well as services for controlling the access to Resource instances.
|
| PermissionTypeRegistry |
A registry of permission types.
|
| ResourceCheck<C extends ResourceCheck> |
A security check executed over a Resource instance.
|
| VotingAlgorithm |
Voting algorithms are used by the PermissionManager in order to determine what is the
winning result when the user is assigned with more than one role or group.
|