| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider.token.store | |
| org.springframework.security.oauth2.provider.token.store.jwk |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingJwtClaimsSetVerifier
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
class |
IssuerClaimVerifier
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
|
| Modifier and Type | Method and Description |
|---|---|
JwtClaimsSetVerifier |
JwtAccessTokenConverter.getJwtClaimsSetVerifier()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JwtAccessTokenConverter.setJwtClaimsSetVerifier(JwtClaimsSetVerifier jwtClaimsSetVerifier)
Deprecated.
|
| Constructor and Description |
|---|
DelegatingJwtClaimsSetVerifier(List<JwtClaimsSetVerifier> jwtClaimsSetVerifiers)
Deprecated.
|
| Constructor and Description |
|---|
JwkTokenStore(List<String> jwkSetUrls,
AccessTokenConverter accessTokenConverter,
JwtClaimsSetVerifier jwtClaimsSetVerifier)
Deprecated.
Creates a new instance using the provided URLs as the location for the JWK Sets
and a custom
AccessTokenConverter and JwtClaimsSetVerifier. |
JwkTokenStore(String jwkSetUrl,
AccessTokenConverter accessTokenConverter,
JwtClaimsSetVerifier jwtClaimsSetVerifier)
Deprecated.
Creates a new instance using the provided URL as the location for the JWK Set
and a custom
AccessTokenConverter and JwtClaimsSetVerifier. |
JwkTokenStore(String jwkSetUrl,
JwtClaimsSetVerifier jwtClaimsSetVerifier)
Deprecated.
Creates a new instance using the provided URL as the location for the JWK Set
and a custom
JwtClaimsSetVerifier. |
Copyright © 2020. All rights reserved.