| Interface | Description |
|---|---|
| ClientDetails |
Client details for OAuth 2
|
| ClientDetailsService |
A service that provides the details about an OAuth2 client.
|
| ClientRegistrationService |
Interface for client registration, handling add, update and remove of
ClientDetails from an Authorization
Server. |
| OAuth2RequestFactory | |
| OAuth2RequestValidator |
Validation interface for OAuth2 requests to the
AuthorizationEndpoint and TokenEndpoint. |
| SecurityContextAccessor |
Strategy for accessing useful information about the current security context.
|
| TokenGranter |
Interface for granters of access tokens.
|
| Class | Description |
|---|---|
| AuthorizationRequest |
A request for authorization by an OAuth 2 Client, normally received and
processed by the AuthorizationEndpoint.
|
| CompositeTokenGranter | |
| DefaultSecurityContextAccessor |
Strategy for accessing useful information about the current security context.
|
| OAuth2Authentication |
An OAuth 2 authentication token can contain two authentications: one for the client and one for the user.
|
| OAuth2Request |
Represents a stored authorization or token request.
|
| TokenRequest |
Represents an OAuth2 token request, made at the
TokenEndpoint. |
| Exception | Description |
|---|---|
| ClientAlreadyExistsException |
Exception indicating that a client registration already exists (e.g. if someone tries to create a duplicate).
|
| ClientRegistrationException | |
| NoSuchClientException |
Copyright © 2019. All rights reserved.