| Interface | Description |
|---|---|
| RedirectResolver |
Basic interface for determining the redirect URI for a user agent.
|
| Class | Description |
|---|---|
| AbstractEndpoint | |
| AuthorizationEndpoint |
Implementation of the Authorization Endpoint from the OAuth2 specification.
|
| CheckTokenEndpoint |
Controller which decodes access tokens for clients who are not able to do so (or where opaque token values are used).
|
| DefaultRedirectResolver |
Default implementation for a redirect resolver.
|
| ExactMatchRedirectResolver |
Strict implementation for a redirect resolver which requires
an exact match between the registered and requested redirect_uri.
|
| FrameworkEndpointHandlerMapping |
A handler mapping for framework endpoints (those annotated with @FrameworkEndpoint).
|
| TokenEndpoint |
Endpoint for token requests as described in the OAuth2 spec.
|
| TokenEndpointAuthenticationFilter |
An optional authentication filter for the
TokenEndpoint. |
| TokenKeyEndpoint |
OAuth2 token services that produces JWT encoded token values.
|
| WhitelabelApprovalEndpoint |
Controller for displaying the approval page for the authorization server.
|
| WhitelabelErrorEndpoint |
Controller for displaying the error page for the authorization server.
|
| Annotation Type | Description |
|---|---|
| FrameworkEndpoint |
Synonym for @Controller but only used for endpoints provided by the framework (so it never clashes with user's
own endpoints defined with @Controller).
|
Copyright © 2019. All rights reserved.