Filter
's and supporting classes and interfaces.See: Description
Interface | Description |
---|---|
AuthorizationRequestRepository<T extends OAuth2AuthorizationRequest> |
Implementations of this interface are responsible for the persistence
of
OAuth2AuthorizationRequest between requests. |
Class | Description |
---|---|
HttpSessionOAuth2AuthorizationRequestRepository |
An implementation of an
AuthorizationRequestRepository that stores
OAuth2AuthorizationRequest in the HttpSession . |
OAuth2AuthorizationRequestRedirectFilter |
This
Filter initiates the authorization code grant or implicit grant flow
by redirecting the End-User's user-agent to the Authorization Server's Authorization Endpoint. |
OAuth2LoginAuthenticationFilter |
An implementation of an
AbstractAuthenticationProcessingFilter for OAuth 2.0 Login. |
Filter
's and supporting classes and interfaces.