| Interface | Description |
|---|---|
| AuthenticationService |
Implemented by security providers that perform authentication.
|
| AuthenticationToken<P,C> |
Base authentication token.
|
| AuthorizationService |
Implemented by security providers that perform authorization.
|
| KeyStoreManager |
Manages configuring and loads key and trust stores.
|
| Class | Description |
|---|---|
| BasicSecuritySubject |
SecuritySubject for the Fabric3 basic security implementation.
|
| UsernamePasswordToken |
A token used to authenticate based on a username/password pair.
|
| Exception | Description |
|---|---|
| AuthenticationException |
Base authentication exception.
|
| AuthorizationException | |
| NoCredentialsException |
Base authentication exception.
|
| NotAuthorizedException |
Thrown when a role or permission check is performed on a subject and the subject does not have the role or permission assigned.
|