All Classes and Interfaces

Class
Description
Decodes and parses encoded JSON Web Token (JWT) and provides access to token header parameters and claims.
 
This is a special validator that combines several validators into one.
Creates a Token instance.
 
Validates if the jwt access token is intended for the OAuth2 client of this application.
This is represented by "kty" (Key Type) Parameter.
Class used to build a token validator for an OAuth service configuration OAuth2ServiceConfiguration.
Validates if the jwt access token is intended for the OAuth2 client of this application, in certificate based authentication scenario.
Decorates OidcConfigurationService with a cache, which gets looked up before the identity service is requested via http.
You can get further token claims from here: TokenClaims.
 
This is an alternative way of accessing jwt tokens of type Token or AccessToken in context of an application using spring-security-oauth2.
Implement this interface to register custom validation listener to the CombiningValidator.
Captures the result of a validation.
This is a factory class to easily create ValidationResult objects.
Generic validator interface over type Validator.
The X.509 certificate
This utility class translates XSUAA scopes that are specified in global form and prefixed with the "appId.", to local ones.
Decodes and parses encoded access token (JWT) for the Xsuaa identity service and provides access to token header parameters and claims.