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

Packages that use AuthenticationKeyGenerator
org.springframework.security.oauth2.provider.token   
 

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

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

Methods in org.springframework.security.oauth2.provider.token with parameters of type AuthenticationKeyGenerator
 void JdbcTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
           
 void InMemoryTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
           
 void JwtTokenServices.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
          The key generator that is used to extract a unique identifier for an access token.
 



Copyright © 2013. All rights reserved.