Modifier and Type | Method and Description |
---|---|
TokenEnhancer |
AuthorizationServerEndpointsConfigurer.getTokenEnhancer() |
Modifier and Type | Method and Description |
---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenEnhancer(TokenEnhancer tokenEnhancer) |
Modifier and Type | Class and Description |
---|---|
class |
TokenEnhancerChain
A composite token enhancer that loops over its delegate enhancers.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTokenServices.setTokenEnhancer(TokenEnhancer accessTokenEnhancer)
An access token enhancer that will be applied to a new token before it is saved in the token store.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenEnhancerChain.setTokenEnhancers(List<TokenEnhancer> delegates) |
Modifier and Type | Class and Description |
---|---|
class |
JwtAccessTokenConverter
Helper that translates between JWT encoded token values and OAuth authentication
information (in both directions).
|
Copyright © 2019. All rights reserved.