| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider.token | |
| org.springframework.security.oauth2.provider.token.store |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingJwtClaimsSetVerifier.verify(Map<String,Object> claims)
Deprecated.
|
void |
JwtClaimsSetVerifier.verify(Map<String,Object> claims)
Deprecated.
Verify the claim(s) in the JWT Claims Set.
|
void |
IssuerClaimVerifier.verify(Map<String,Object> claims)
Deprecated.
|
Copyright © 2021. All rights reserved.