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)
Load the credentials for the specified access token.
|
OAuth2Authentication |
DefaultTokenServices.loadAuthentication(String accessTokenValue) |
OAuth2Authentication |
RemoteTokenServices.loadAuthentication(String accessToken) |
Modifier and Type | Method and Description |
---|---|
void |
IssuerClaimVerifier.verify(Map<String,Object> claims) |
void |
JwtClaimsSetVerifier.verify(Map<String,Object> claims)
Verify the claim(s) in the JWT Claims Set.
|
void |
DelegatingJwtClaimsSetVerifier.verify(Map<String,Object> claims) |
Copyright © 2019. All rights reserved.