| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,OAuth2Authentication> |
InMemoryAuthorizationCodeServices.authorizationCodeStore
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Authentication |
RandomValueAuthorizationCodeServices.consumeAuthorizationCode(String code)
Deprecated.
|
OAuth2Authentication |
AuthorizationCodeServices.consumeAuthorizationCode(String code)
Deprecated.
Consume a authorization code.
|
protected OAuth2Authentication |
AuthorizationCodeTokenGranter.getOAuth2Authentication(ClientDetails client,
TokenRequest tokenRequest)
Deprecated.
|
protected abstract OAuth2Authentication |
RandomValueAuthorizationCodeServices.remove(String code)
Deprecated.
|
OAuth2Authentication |
JdbcAuthorizationCodeServices.remove(String code)
Deprecated.
|
OAuth2Authentication |
InMemoryAuthorizationCodeServices.remove(String code)
Deprecated.
|
protected OAuth2Authentication |
RedisAuthorizationCodeServices.remove(String code)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RandomValueAuthorizationCodeServices.createAuthorizationCode(OAuth2Authentication authentication)
Deprecated.
|
String |
AuthorizationCodeServices.createAuthorizationCode(OAuth2Authentication authentication)
Deprecated.
Create a authorization code for the specified authentications.
|
protected abstract void |
RandomValueAuthorizationCodeServices.store(String code,
OAuth2Authentication authentication)
Deprecated.
|
protected void |
JdbcAuthorizationCodeServices.store(String code,
OAuth2Authentication authentication)
Deprecated.
|
protected void |
InMemoryAuthorizationCodeServices.store(String code,
OAuth2Authentication authentication)
Deprecated.
|
protected void |
RedisAuthorizationCodeServices.store(String code,
OAuth2Authentication authentication)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2Authentication |
ImplicitTokenGranter.getOAuth2Authentication(ClientDetails client,
TokenRequest clientToken)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2Authentication |
ResourceOwnerPasswordTokenGranter.getOAuth2Authentication(ClientDetails client,
TokenRequest tokenRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Authentication |
DefaultAccessTokenConverter.extractAuthentication(Map<String,?> map)
Deprecated.
|
OAuth2Authentication |
AccessTokenConverter.extractAuthentication(Map<String,?> map)
Deprecated.
Recover an
OAuth2Authentication from the converted access token. |
protected OAuth2Authentication |
AbstractTokenGranter.getOAuth2Authentication(ClientDetails client,
TokenRequest tokenRequest)
Deprecated.
|
OAuth2Authentication |
ResourceServerTokenServices.loadAuthentication(String accessToken)
Deprecated.
Load the credentials for the specified access token.
|
OAuth2Authentication |
RemoteTokenServices.loadAuthentication(String accessToken)
Deprecated.
|
OAuth2Authentication |
DefaultTokenServices.loadAuthentication(String accessTokenValue)
Deprecated.
|
OAuth2Authentication |
TokenStore.readAuthentication(OAuth2AccessToken token)
Deprecated.
Read the authentication stored under the specified token value.
|
OAuth2Authentication |
TokenStore.readAuthentication(String token)
Deprecated.
Read the authentication stored under the specified token value.
|
OAuth2Authentication |
TokenStore.readAuthenticationForRefreshToken(OAuth2RefreshToken token)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
DefaultAccessTokenConverter.convertAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
Map<String,?> |
AccessTokenConverter.convertAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
AuthorizationServerTokenServices.createAccessToken(OAuth2Authentication authentication)
Deprecated.
Create an access token associated with the specified credentials.
|
OAuth2AccessToken |
DefaultTokenServices.createAccessToken(OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
TokenEnhancer.enhance(OAuth2AccessToken accessToken,
OAuth2Authentication authentication)
Deprecated.
Provides an opportunity for customization of an access token (e.g.
|
OAuth2AccessToken |
TokenEnhancerChain.enhance(OAuth2AccessToken accessToken,
OAuth2Authentication authentication)
Deprecated.
Loop over the
delegates passing the result into the next member of the chain. |
String |
DefaultAuthenticationKeyGenerator.extractKey(OAuth2Authentication authentication)
Deprecated.
|
String |
AuthenticationKeyGenerator.extractKey(OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
TokenStore.getAccessToken(OAuth2Authentication authentication)
Deprecated.
Retrieve an access token stored against the provided authentication key, if it exists.
|
OAuth2AccessToken |
AuthorizationServerTokenServices.getAccessToken(OAuth2Authentication authentication)
Deprecated.
Retrieve an access token stored against the provided authentication key, if it exists.
|
OAuth2AccessToken |
DefaultTokenServices.getAccessToken(OAuth2Authentication authentication)
Deprecated.
|
void |
TokenStore.storeAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
Store an access token.
|
void |
TokenStore.storeRefreshToken(OAuth2RefreshToken refreshToken,
OAuth2Authentication authentication)
Deprecated.
Store the specified refresh token in the store.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
JwtAccessTokenConverter.convertAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
protected String |
JwtAccessTokenConverter.encode(OAuth2AccessToken accessToken,
OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
JwtAccessTokenConverter.enhance(OAuth2AccessToken accessToken,
OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
InMemoryTokenStore.getAccessToken(OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
JdbcTokenStore.getAccessToken(OAuth2Authentication authentication)
Deprecated.
|
OAuth2AccessToken |
JwtTokenStore.getAccessToken(OAuth2Authentication authentication)
Deprecated.
|
protected byte[] |
JdbcTokenStore.serializeAuthentication(OAuth2Authentication authentication)
Deprecated.
|
void |
InMemoryTokenStore.storeAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
void |
JdbcTokenStore.storeAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
void |
JwtTokenStore.storeAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
void |
InMemoryTokenStore.storeRefreshToken(OAuth2RefreshToken refreshToken,
OAuth2Authentication authentication)
Deprecated.
|
void |
JdbcTokenStore.storeRefreshToken(OAuth2RefreshToken refreshToken,
OAuth2Authentication authentication)
Deprecated.
|
void |
JwtTokenStore.storeRefreshToken(OAuth2RefreshToken refreshToken,
OAuth2Authentication authentication)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Authentication |
JwkTokenStore.readAuthentication(OAuth2AccessToken token)
Deprecated.
Delegates to the internal instance
JwtTokenStore.readAuthentication(OAuth2AccessToken). |
OAuth2Authentication |
JwkTokenStore.readAuthentication(String tokenValue)
Deprecated.
Delegates to the internal instance
JwtTokenStore.readAuthentication(String). |
OAuth2Authentication |
JwkTokenStore.readAuthenticationForRefreshToken(OAuth2RefreshToken token)
Deprecated.
This operation is not applicable for a Resource Server
and if called, will throw a
JwkException. |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
JwkTokenStore.getAccessToken(OAuth2Authentication authentication)
Deprecated.
This operation is not applicable for a Resource Server
and if called, will throw a
JwkException. |
void |
JwkTokenStore.storeAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
This operation is not applicable for a Resource Server
and if called, will throw a
JwkException. |
void |
JwkTokenStore.storeRefreshToken(OAuth2RefreshToken refreshToken,
OAuth2Authentication authentication)
Deprecated.
This operation is not applicable for a Resource Server
and if called, will throw a
JwkException. |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Authentication |
RedisTokenStore.readAuthentication(OAuth2AccessToken token)
Deprecated.
|
OAuth2Authentication |
RedisTokenStore.readAuthentication(String token)
Deprecated.
|
OAuth2Authentication |
RedisTokenStore.readAuthenticationForRefreshToken(OAuth2RefreshToken token)
Deprecated.
|
OAuth2Authentication |
RedisTokenStore.readAuthenticationForRefreshToken(String token)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
RedisTokenStore.getAccessToken(OAuth2Authentication authentication)
Deprecated.
|
void |
RedisTokenStore.storeAccessToken(OAuth2AccessToken token,
OAuth2Authentication authentication)
Deprecated.
|
void |
RedisTokenStore.storeRefreshToken(OAuth2RefreshToken refreshToken,
OAuth2Authentication authentication)
Deprecated.
|
Copyright © 2021. All rights reserved.