public interface OAuthTokenStoreService
extends org.springframework.security.oauth2.provider.token.TokenStore
| Modifier and Type | Method and Description |
|---|---|
List<AccessToken> |
findAccessTokensByClientId(String clientId)
Find access tokens by client id.
|
List<RefreshToken> |
findRefreshTokensByClientId(String clientId)
Find refresh tokens by client id.
|
List<AccessToken> |
findTokensByUserUuid(String uuid)
Find tokens by user uuid.
|
void |
removeAccessToken(String tokenId)
Removes the access token.
|
void |
removeRefreshToken(String tokenId)
Removes the refresh token.
|
findTokensByClientId, findTokensByClientIdAndUserName, getAccessToken, readAccessToken, readAuthentication, readAuthentication, readAuthenticationForRefreshToken, readRefreshToken, removeAccessToken, removeAccessTokenUsingRefreshToken, removeRefreshToken, storeAccessToken, storeRefreshTokenList<AccessToken> findAccessTokensByClientId(String clientId)
clientId - the client idvoid removeAccessToken(String tokenId)
tokenId - the token idList<AccessToken> findTokensByUserUuid(String uuid)
uuid - the uuidList<RefreshToken> findRefreshTokensByClientId(String clientId)
clientId - the client idvoid removeRefreshToken(String tokenId)
tokenId - the token idCopyright © 2018 Global Crop Diversity Trust. All rights reserved.