| Interface | Description |
|---|---|
| SecurityStore |
Implementations store security information.
|
| Class | Description |
|---|---|
| AuthenticationServiceImpl |
Basic authentication and service that relies on a SecurityStore for subject information.
|
| AuthorizationServiceImpl |
Basic implementation of the AuthorizationService.
|
| FileSecurityStore |
Reads security information from a system property or the
security.xml file in the runtime config directory. |
| Exception | Description |
|---|---|
| InvalidAuthenticationException |
Denotes a bad authentication attempt.
|
| SecurityStoreException |