| Class | Description |
|---|---|
| AbstractFederationUserDetailsService |
Abstract class to construct a new User object based on the provided FederationResponseAuthenticationToken.
|
| FederationAuthenticationProvider |
This
AuthenticationProvider implements the integration with the Identity Provider
based on the WS-Federation Passive Requestor Profile. |
| FederationAuthenticationToken |
Represents a successful WS-Federation based authentication.
|
| FederationResponseAuthenticationToken | |
| GrantedAuthoritiesUserDetailsFederationService |
This AuthenticationUserDetailsService implementation creates a FederationUser
object based on the data in the provided FederationResponseAuthenticationToken.
|
| Exception | Description |
|---|---|
| ExpiredTokenException |
To be called when a token has expired
|
Apache Fediz