See: Description
| Interface | Description |
|---|---|
| AuthenticatedPrincipal |
Representation of an authenticated
Principal once an
Authentication request has been successfully authenticated
by the AuthenticationManager.authenticate(Authentication) method. |
| Authentication |
Represents the token for an authentication request or for an authenticated principal
once the request has been processed by the
AuthenticationManager.authenticate(Authentication) method. |
| CredentialsContainer |
Indicates that the implementing object contains sensitive data, which can be erased
using the
eraseCredentials method. |
| GrantedAuthority |
Represents an authority granted to an
Authentication object. |
| Class | Description |
|---|---|
| SpringSecurityCoreVersion |
Internal class used for checking version compatibility in a deployed application.
|
| SpringSecurityMessageSource |
The default
MessageSource used by Spring Security. |
| Exception | Description |
|---|---|
| AuthenticationException |
Abstract superclass for all exceptions related to an
Authentication object
being invalid for whatever reason. |
| Annotation Type | Description |
|---|---|
| Transient |
A marker for
Authentications that should never be stored across requests, for example
a bearer token authentication |