All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractToken Decodes and parses encoded JSON Web Token (JWT) and provides access to token header parameters and claims.AbstractTokenAuthenticator CombiningValidator<T> This is a special validator that combines several validators into one.HybridTokenFactory Creates aTokeninstance.IasTokenAuthenticator JwtAudienceValidator Validates if the jwt access token is intended for the OAuth2 client of this application.JwtSignatureAlgorithm This is represented by "kty" (Key Type) Parameter.JwtValidatorBuilder Class used to build a token validator for a oauth service configurationOAuth2ServiceConfiguration.JwtX5tValidator Validates if the jwt access token is intended for the OAuth2 client of this application, in certificate based authentication scenario.OidcConfigurationServiceWithCache DecoratesOidcConfigurationServicewith a cache, which gets looked up before the identity service is requested via http.SapIdToken You can get further token claims from here:TokenClaims.SAPOfflineTokenServicesCloud This constructor requires a dependency to spring-security-oauth2, which is deprecated.ScopeConverter SpringSecurityContext This is an alternative way of accessing jwt tokens of typeTokenorAccessTokenin context of an application using spring-security-oauth2.ValidationListener Implement this interface to register custom validation listener to theCombiningValidator.ValidationResult Captures the result of a validation.ValidationResults This is a factory class to easily createValidationResultobjects.Validator<T> Generic validator interface over typeValidator.X509Certificate The X.509 certificateXsuaaScopeConverter This utility class translates XSUAA scopes that are specified in global form and prefixed with the "appId.", to local ones.XsuaaToken Decodes and parses encoded access token (JWT) for the Xsuaa identity service and provides access to token header parameters and claims.XsuaaTokenAuthenticator XSUserInfoAdapter This class implements theXSUserInfointerface by wrapping and delegating calls to anAccessToken.