接口 org.springframework.security.oauth2.provider.token.ResourceServerTokenServices
的使用

使用 ResourceServerTokenServices 的软件包
org.springframework.security.oauth2.client.filter   
org.springframework.security.oauth2.provider.authentication   
org.springframework.security.oauth2.provider.token   
 

org.springframework.security.oauth2.client.filterResourceServerTokenServices 的使用
 

参数类型为 ResourceServerTokenServicesorg.springframework.security.oauth2.client.filter 中的方法
 void OAuth2ClientAuthenticationProcessingFilter.setTokenServices(ResourceServerTokenServices tokenServices)
          Reference to a CheckTokenServices that can validate an OAuth2AccessToken
 

org.springframework.security.oauth2.provider.authenticationResourceServerTokenServices 的使用
 

参数类型为 ResourceServerTokenServicesorg.springframework.security.oauth2.provider.authentication 中的方法
 void OAuth2AuthenticationManager.setTokenServices(ResourceServerTokenServices tokenServices)
           
 

org.springframework.security.oauth2.provider.tokenResourceServerTokenServices 的使用
 

实现 ResourceServerTokenServicesorg.springframework.security.oauth2.provider.token 中的类
 class DefaultTokenServices
          Base implementation for token services using random UUID values for the access token and refresh token values.
 



Copyright © 2013. All rights reserved.