|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenStore | |
|---|---|
| org.springframework.security.oauth2.provider.approval | |
| org.springframework.security.oauth2.provider.token | |
| Uses of TokenStore in org.springframework.security.oauth2.provider.approval |
|---|
| Methods in org.springframework.security.oauth2.provider.approval with parameters of type TokenStore | |
|---|---|
void |
TokenApprovalStore.setTokenStore(TokenStore store)
|
void |
TokenStoreUserApprovalHandler.setTokenStore(TokenStore tokenStore)
|
| Uses of TokenStore in org.springframework.security.oauth2.provider.token |
|---|
| Classes in org.springframework.security.oauth2.provider.token that implement TokenStore | |
|---|---|
class |
InMemoryTokenStore
Implementation of token services that stores tokens in memory. |
class |
JdbcTokenStore
Implementation of token services that stores tokens in a database. |
| Methods in org.springframework.security.oauth2.provider.token with parameters of type TokenStore | |
|---|---|
void |
DefaultTokenServices.setTokenStore(TokenStore tokenStore)
The persistence strategy for token storage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||