接口 org.springframework.security.oauth2.client.token.ClientKeyGenerator
的使用

使用 ClientKeyGenerator 的软件包
org.springframework.security.oauth2.client.token   
 

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

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

参数类型为 ClientKeyGeneratororg.springframework.security.oauth2.client.token 中的方法
 void JdbcClientTokenServices.setClientKeyGenerator(ClientKeyGenerator keyGenerator)
           
 



Copyright © 2013. All rights reserved.