| Class | Description |
|---|---|
| AbstractPreAuthenticatedProcessingFilter |
Base class for processing filters that handle pre-authenticated authentication requests.
|
| PreAuthenticatedGrantedAuthoritiesAuthenticationDetails |
This AuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
|
| PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails |
This WebAuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
|
| PreAuthenticatedProcessingFilterEntryPoint |
In the pre-authenticated authentication case (unlike CAS, for example) the
user will already have been identified through some external mechanism and a
secure context established by the time the security-enforcement filter is
invoked.
|
| Exception | Description |
|---|---|
| PreAuthenticatedCredentialsNotFoundException |