Class and Description |
---|
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).
|
FrameworkEndpointHandlerMapping
A handler mapping for framework endpoints (those annotated with @FrameworkEndpoint).
|
TokenEndpoint
Endpoint for token requests as described in the OAuth2 spec.
|
WhitelabelApprovalEndpoint
Controller for displaying the approval page for the authorization server.
|
WhitelabelErrorEndpoint
Controller for displaying the error page for the authorization server.
|
Class and Description |
---|
FrameworkEndpointHandlerMapping
A handler mapping for framework endpoints (those annotated with @FrameworkEndpoint).
|
RedirectResolver
Basic interface for determining the redirect URI for a user agent.
|
Class and Description |
---|
AbstractEndpoint |
DefaultRedirectResolver
Default implementation for a redirect resolver.
|
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).
|
RedirectResolver
Basic interface for determining the redirect URI for a user agent.
|
Copyright © 2019. All rights reserved.