Package | Description |
---|---|
org.springframework.security.oauth2.provider.endpoint |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationEndpoint
Implementation of the Authorization Endpoint from the OAuth2 specification.
|
class |
CheckTokenEndpoint
Controller which decodes access tokens for clients who are not able to do so (or where opaque token values are used).
|
class |
TokenEndpoint
Endpoint for token requests as described in the OAuth2 spec.
|
class |
TokenKeyEndpoint
OAuth2 token services that produces JWT encoded token values.
|
class |
WhitelabelApprovalEndpoint
Controller for displaying the approval page for the authorization server.
|
class |
WhitelabelErrorEndpoint
Controller for displaying the error page for the authorization server.
|
Copyright © 2019. All rights reserved.