Uses of Interface
org.springframework.security.oauth2.provider.code.AuthorizationCodeServices

Packages that use AuthorizationCodeServices
org.springframework.security.oauth2.provider.code   
org.springframework.security.oauth2.provider.endpoint   
 

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

Classes in org.springframework.security.oauth2.provider.code that implement AuthorizationCodeServices
 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.
 class RandomValueAuthorizationCodeServices
          Base implementation for authorization code services that generates a random-value authorization code.
 

Constructors in org.springframework.security.oauth2.provider.code with parameters of type AuthorizationCodeServices
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of AuthorizationCodeServices in org.springframework.security.oauth2.provider.endpoint
 

Methods in org.springframework.security.oauth2.provider.endpoint with parameters of type AuthorizationCodeServices
 void AuthorizationEndpoint.setAuthorizationCodeServices(AuthorizationCodeServices authorizationCodeServices)
           
 



Copyright © 2013. All rights reserved.