@Deprecated public class ApiTokenStore extends Object implements org.springframework.security.oauth2.provider.token.TokenStore
| Constructor and Description |
|---|
ApiTokenStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanExpiredTokens()
Deprecated.
|
Collection<org.springframework.security.oauth2.common.OAuth2AccessToken> |
findTokensByClientId(String clientId)
Deprecated.
|
Collection<org.springframework.security.oauth2.common.OAuth2AccessToken> |
findTokensByClientIdAndUserName(String clientId,
String userName)
Deprecated.
|
org.springframework.security.oauth2.common.OAuth2AccessToken |
getAccessToken(org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
Deprecated.
|
org.springframework.security.oauth2.common.OAuth2AccessToken |
readAccessToken(String tokenValue)
Deprecated.
|
org.springframework.security.oauth2.provider.OAuth2Authentication |
readAuthentication(org.springframework.security.oauth2.common.OAuth2AccessToken token)
Deprecated.
|
org.springframework.security.oauth2.provider.OAuth2Authentication |
readAuthentication(String token)
Deprecated.
|
org.springframework.security.oauth2.provider.OAuth2Authentication |
readAuthenticationForRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken token)
Deprecated.
|
org.springframework.security.oauth2.provider.OAuth2Authentication |
readAuthenticationForRefreshToken(String tokenValue)
Deprecated.
|
org.springframework.security.oauth2.common.OAuth2RefreshToken |
readRefreshToken(String tokenValue)
Deprecated.
|
void |
removeAccessToken(org.springframework.security.oauth2.common.OAuth2AccessToken token)
Deprecated.
|
void |
removeAccessToken(String tokenValue)
Deprecated.
|
void |
removeAccessTokenUsingRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken refreshToken)
Deprecated.
|
void |
removeAccessTokenUsingRefreshToken(String refreshToken)
Deprecated.
|
void |
removeRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken token)
Deprecated.
|
void |
removeRefreshToken(String tokenValue)
Deprecated.
|
void |
storeAccessToken(org.springframework.security.oauth2.common.OAuth2AccessToken token,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
Deprecated.
|
void |
storeRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken refreshToken,
org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
Deprecated.
|
@Deprecated public void cleanExpiredTokens()
@Deprecated public org.springframework.security.oauth2.provider.OAuth2Authentication readAuthentication(org.springframework.security.oauth2.common.OAuth2AccessToken token)
readAuthentication in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public org.springframework.security.oauth2.provider.OAuth2Authentication readAuthentication(String token)
readAuthentication in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public void storeAccessToken(org.springframework.security.oauth2.common.OAuth2AccessToken token, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
storeAccessToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public org.springframework.security.oauth2.common.OAuth2AccessToken readAccessToken(String tokenValue)
readAccessToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public void removeAccessToken(org.springframework.security.oauth2.common.OAuth2AccessToken token)
removeAccessToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public void removeAccessToken(String tokenValue)
@Deprecated public void storeRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken refreshToken, org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
storeRefreshToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public org.springframework.security.oauth2.common.OAuth2RefreshToken readRefreshToken(String tokenValue)
readRefreshToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public org.springframework.security.oauth2.provider.OAuth2Authentication readAuthenticationForRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken token)
readAuthenticationForRefreshToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public org.springframework.security.oauth2.provider.OAuth2Authentication readAuthenticationForRefreshToken(String tokenValue)
@Deprecated public void removeRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken token)
removeRefreshToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public void removeRefreshToken(String tokenValue)
@Deprecated public void removeAccessTokenUsingRefreshToken(org.springframework.security.oauth2.common.OAuth2RefreshToken refreshToken)
removeAccessTokenUsingRefreshToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public void removeAccessTokenUsingRefreshToken(String refreshToken)
@Deprecated public org.springframework.security.oauth2.common.OAuth2AccessToken getAccessToken(org.springframework.security.oauth2.provider.OAuth2Authentication authentication)
getAccessToken in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public Collection<org.springframework.security.oauth2.common.OAuth2AccessToken> findTokensByClientId(String clientId)
findTokensByClientId in interface org.springframework.security.oauth2.provider.token.TokenStore@Deprecated public Collection<org.springframework.security.oauth2.common.OAuth2AccessToken> findTokensByClientIdAndUserName(String clientId, String userName)
findTokensByClientIdAndUserName in interface org.springframework.security.oauth2.provider.token.TokenStoreCopyright © 2019 Europeana Foundation. All rights reserved.