|
Interface Summary | ||
AccessPermission | The interface used to support reporting back if permissions are allowed or denied. | |
AuthenticationService | The authentication service defines the API for managing authentication information against a user id. | |
AuthorityService | The service that encapsulates authorities granted to users. | |
MutableAuthenticationService | An extended AuthenticationService that allows mutation of some or all of its user accounts. | |
PermissionService | The public API for a permission service The implementation may be changed in the application configuration | |
PersonService | This service encapsulates the management of people and groups. |
Class Summary | |||
PermissionContext | |||
PersonService.PersonInfo | Data pojo to carry common person information |
Enum Summary | ||
AccessStatus | Enumeration used to indicate access status. | |
AuthorityType | The types of authority that are available. |
Exception Summary | ||
NoSuchPersonException | Thrown when a person doesn't exist and can't be created. |
|