Uses of Interface
org.springframework.security.oauth2.provider.token.ResourceServerTokenServices

Packages that use ResourceServerTokenServices
org.springframework.security.oauth2.client.filter   
org.springframework.security.oauth2.provider.authentication   
org.springframework.security.oauth2.provider.token   
 

Uses of ResourceServerTokenServices in org.springframework.security.oauth2.client.filter
 

Methods in org.springframework.security.oauth2.client.filter with parameters of type ResourceServerTokenServices
 void OAuth2ClientAuthenticationProcessingFilter.setTokenServices(ResourceServerTokenServices tokenServices)
          Reference to a CheckTokenServices that can validate an OAuth2AccessToken
 

Uses of ResourceServerTokenServices in org.springframework.security.oauth2.provider.authentication
 

Methods in org.springframework.security.oauth2.provider.authentication with parameters of type ResourceServerTokenServices
 void OAuth2AuthenticationManager.setTokenServices(ResourceServerTokenServices tokenServices)
           
 

Uses of ResourceServerTokenServices in org.springframework.security.oauth2.provider.token
 

Classes in org.springframework.security.oauth2.provider.token that implement ResourceServerTokenServices
 class DefaultTokenServices
          Base implementation for token services using random UUID values for the access token and refresh token values.
 class JwtTokenServices
          Token services for authorization server and resource server based on JWT encoded token values.
 



Copyright © 2013. All rights reserved.