Modifier and Type | Method and Description |
---|---|
void |
OAuth2ClientAuthenticationProcessingFilter.setTokenServices(ResourceServerTokenServices tokenServices)
Reference to a CheckTokenServices that can validate an OAuth2AccessToken
|
Modifier and Type | Method and Description |
---|---|
ResourceServerTokenServices |
AuthorizationServerEndpointsConfigurer.getResourceServerTokenServices() |
Modifier and Type | Method and Description |
---|---|
ResourceServerSecurityConfigurer |
ResourceServerSecurityConfigurer.tokenServices(ResourceServerTokenServices tokenServices) |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2AuthenticationManager.setTokenServices(ResourceServerTokenServices tokenServices) |
Constructor and Description |
---|
CheckTokenEndpoint(ResourceServerTokenServices resourceServerTokenServices) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTokenServices
Base implementation for token services using random UUID values for the access token and refresh token values.
|
class |
RemoteTokenServices
Queries the /check_token endpoint to obtain the contents of an access token.
|
Copyright © 2019. All rights reserved.