Modifier and Type | Method and Description |
---|---|
TokenStore |
AuthorizationServerEndpointsConfigurer.getTokenStore() |
TokenStore |
ResourceServerSecurityConfigurer.getTokenStore() |
Modifier and Type | Method and Description |
---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.tokenStore(TokenStore tokenStore) |
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenStore(TokenStore tokenStore) |
Modifier and Type | Method and Description |
---|---|
void |
TokenApprovalStore.setTokenStore(TokenStore store) |
void |
TokenStoreUserApprovalHandler.setTokenStore(TokenStore tokenStore) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTokenServices.setTokenStore(TokenStore tokenStore)
The persistence strategy for token storage.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryTokenStore
Implementation of token services that stores tokens in memory.
|
class |
JdbcTokenStore
Implementation of token services that stores tokens in a database.
|
class |
JwtTokenStore
A
TokenStore implementation that just reads data from the tokens themselves. |
Modifier and Type | Class and Description |
---|---|
class |
JwkTokenStore
A
TokenStore implementation that provides support for verifying the
JSON Web Signature (JWS) for a JSON Web Token (JWT) using a JSON Web Key (JWK). |
Modifier and Type | Class and Description |
---|---|
class |
RedisTokenStore |
Copyright © 2019. All rights reserved.