Interface | Description |
---|---|
OAuth2AccessTokenValidator |
Plugin interface for allowing different implementations for determining whether a OAuth2 Access Token is valid
and for retrieving scope on user profile information.
|
Class | Description |
---|---|
AccessTokenValidationResponse |
Models the result of an access token validation.
|
BearerTokenExtractor |
Extracts the bearer token from the request's authorization header.
|
OAuth2Authorization |
Utility class providing convenience methods for creating
OAuth2CrestAuthorizationModule s. |
OAuth2CrestAuthorizationModule |
An implementation of a
CrestAuthorizationModule which uses a OAuth2 Access Token from the
Authorization header from the request. |
OAuth2Module |
OAuth2 authorization module that provide authorization based on an access token included in the request.
|
RestOAuth2AccessTokenValidator |
Access Token Validator for validating OAuth2 tokens issued by an OAuth2 Provider using REST requests.
|
Exception | Description |
---|---|
OAuth2Exception |
Represents an exception whilst process an OAuth2 access token.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.