| Interface | Description |
|---|---|
| SecurityAccessInterceptor |
The security access interceptor applies the authentication information to a
HTTP connection.
|
| SecurityAuthorizeManager |
Creates from credentials a
SecurityAuthentication object or authorize
as principal to retrieve an authentication object. |
| SecurityCredentialsContainer |
Indicates that the implementing object contains sensitive data, which can be
erased using the
eraseCredentials method. |
| Class | Description |
|---|---|
| SecurityAuthentication |
The authentication to access an endpoint.
|
| SecurityCredentials |
Defines a configuration for credentials.
|
| SecurityDefaultNoopAccessInterceptor |
This interceptor does nothing.
|
| SecurityDefaultNoopAuthorizeManager |
Creates a public access authentication data object.
|