See: Description
| Interface | Description |
|---|---|
| ClaimAccessor |
An "accessor" for a set of claims that may be used for assertions.
|
| OAuth2AuthenticatedPrincipal |
An
AuthenticatedPrincipal that represents the principal
associated with an OAuth 2.0 token. |
| OAuth2ErrorCodes |
Standard error codes defined by the OAuth 2.0 Authorization Framework.
|
| OAuth2TokenValidator<T extends AbstractOAuth2Token> |
Implementations of this interface are responsible for "verifying"
the validity and/or constraints of the attributes contained in an OAuth 2.0 Token.
|
| Class | Description |
|---|---|
| AbstractOAuth2Token |
Base class for OAuth 2.0 Token implementations.
|
| AuthenticationMethod |
The authentication method used when sending bearer access tokens in resource requests to resource servers.
|
| AuthorizationGrantType |
An authorization grant is a credential representing the resource owner's authorization
(to access it's protected resources) to the client and used by the client to obtain an access token.
|
| ClientAuthenticationMethod |
The authentication method used when authenticating the client with the authorization server.
|
| DefaultOAuth2AuthenticatedPrincipal |
A domain object that wraps the attributes of an OAuth 2.0 token.
|
| DelegatingOAuth2TokenValidator<T extends AbstractOAuth2Token> |
A composite validator
|
| OAuth2AccessToken |
An implementation of an
AbstractOAuth2Token representing an OAuth 2.0 Access Token. |
| OAuth2AccessToken.TokenType |
Access Token Types.
|
| OAuth2Error |
A representation of an OAuth 2.0 Error.
|
| OAuth2RefreshToken |
An implementation of an
AbstractOAuth2Token representing an OAuth 2.0 Refresh Token. |
| OAuth2TokenValidatorResult |
A result emitted from an
OAuth2TokenValidator validation attempt |
| Exception | Description |
|---|---|
| OAuth2AuthenticationException |
This exception is thrown for all OAuth 2.0 related
Authentication errors. |
| OAuth2AuthorizationException |
Base exception for OAuth 2.0 Authorization errors.
|