| Modifier and Type | Method and Description |
|---|---|
AccessTokenConverter |
AuthorizationServerEndpointsConfigurer.getAccessTokenConverter() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.accessTokenConverter(AccessTokenConverter accessTokenConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckTokenEndpoint.setAccessTokenConverter(AccessTokenConverter accessTokenConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAccessTokenConverter
Default implementation of
AccessTokenConverter. |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteTokenServices.setAccessTokenConverter(AccessTokenConverter accessTokenConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtAccessTokenConverter
Helper that translates between JWT encoded token values and OAuth authentication
information (in both directions).
|
| Modifier and Type | Method and Description |
|---|---|
AccessTokenConverter |
JwtAccessTokenConverter.getAccessTokenConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
JwtAccessTokenConverter.setAccessTokenConverter(AccessTokenConverter tokenConverter) |
| Constructor and Description |
|---|
JwkTokenStore(List<String> jwkSetUrls,
AccessTokenConverter accessTokenConverter,
JwtClaimsSetVerifier jwtClaimsSetVerifier)
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)
Creates a new instance using the provided URL as the location for the JWK Set
and a custom
AccessTokenConverter. |
JwkTokenStore(String jwkSetUrl,
AccessTokenConverter accessTokenConverter,
JwtClaimsSetVerifier jwtClaimsSetVerifier)
Creates a new instance using the provided URL as the location for the JWK Set
and a custom
AccessTokenConverter and JwtClaimsSetVerifier. |
Copyright © 2019. All rights reserved.