Uses of Interface
org.springframework.security.oauth2.client.token.ClientKeyGenerator

Packages that use ClientKeyGenerator
org.springframework.security.oauth2.client.token   
 

Uses of ClientKeyGenerator in org.springframework.security.oauth2.client.token
 

Classes in org.springframework.security.oauth2.client.token that implement ClientKeyGenerator
 class DefaultClientKeyGenerator
          Basic key generator taking into account the client id, scope and username (principal name) if they exist.
 

Methods in org.springframework.security.oauth2.client.token with parameters of type ClientKeyGenerator
 void JdbcClientTokenServices.setClientKeyGenerator(ClientKeyGenerator keyGenerator)
           
 



Copyright © 2013. All rights reserved.