| Modifier and Type | Method and Description |
|---|---|
TokenStore |
AuthorizationServerEndpointsConfigurer.getTokenStore()
Deprecated.
|
TokenStore |
ResourceServerSecurityConfigurer.getTokenStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenStore(TokenStore tokenStore)
Deprecated.
|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenStore(TokenStore tokenStore)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenStoreUserApprovalHandler.setTokenStore(TokenStore tokenStore)
Deprecated.
|
void |
TokenApprovalStore.setTokenStore(TokenStore store)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTokenServices.setTokenStore(TokenStore tokenStore)
Deprecated.
The persistence strategy for token storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryTokenStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
JdbcTokenStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
JwtTokenStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JwkTokenStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisTokenStore
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
Copyright © 2020. All rights reserved.