| Modifier and Type | Method and Description |
|---|---|
TokenEnhancer |
AuthorizationServerEndpointsConfigurer.getTokenEnhancer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenEnhancer(TokenEnhancer tokenEnhancer)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TokenEnhancerChain
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTokenServices.setTokenEnhancer(TokenEnhancer accessTokenEnhancer)
Deprecated.
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)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JwtAccessTokenConverter
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2020. All rights reserved.