Uses of Class
org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices

Packages that use RandomValueAuthorizationCodeServices
org.springframework.security.oauth2.provider.code   
 

Uses of RandomValueAuthorizationCodeServices in org.springframework.security.oauth2.provider.code
 

Subclasses of RandomValueAuthorizationCodeServices in org.springframework.security.oauth2.provider.code
 class InMemoryAuthorizationCodeServices
          Implementation of authorization code services that stores the codes and authentication in memory.
 class JdbcAuthorizationCodeServices
          Implementation of authorization code services that stores the codes and authentication in a database.
 



Copyright © 2013. All rights reserved.