Interface | Description |
---|---|
AccessTokenConverter |
Converter interface for token service implementations that store authentication data inside the token.
|
AuthenticationKeyGenerator |
Strategy interface for extracting a unique key from an
OAuth2Authentication . |
AuthorizationServerTokenServices | |
ConsumerTokenServices | |
ResourceServerTokenServices | |
TokenEnhancer |
Strategy for enhancing an access token before it is stored by an
AuthorizationServerTokenServices
implementation. |
TokenStore |
Persistence interface for OAuth2 tokens.
|
UserAuthenticationConverter |
Utility interface for converting a user authentication to and from a Map.
|
Class | Description |
---|---|
AbstractTokenGranter | |
DefaultAccessTokenConverter |
Default implementation of
AccessTokenConverter . |
DefaultAuthenticationKeyGenerator |
Basic key generator taking into account the client id, scope, resource ids and username (principal name) if they
exist.
|
DefaultTokenServices |
Base implementation for token services using random UUID values for the access token and refresh token values.
|
DefaultUserAuthenticationConverter |
Default implementation of
UserAuthenticationConverter . |
RemoteTokenServices |
Queries the /check_token endpoint to obtain the contents of an access token.
|
TokenEnhancerChain |
A composite token enhancer that loops over its delegate enhancers.
|
Copyright © 2019. All rights reserved.