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

使用 AuthenticationKeyGenerator 的软件包
org.springframework.security.oauth2.provider.token   
 

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

实现 AuthenticationKeyGeneratororg.springframework.security.oauth2.provider.token 中的类
 class DefaultAuthenticationKeyGenerator
          Basic key generator taking into account the client id, scope, reource ids and username (principal name) if they exist.
 

参数类型为 AuthenticationKeyGeneratororg.springframework.security.oauth2.provider.token 中的方法
 void JdbcTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
           
 void InMemoryTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
           
 



Copyright © 2013. All rights reserved.