接口 org.springframework.security.oauth2.provider.code.AuthorizationCodeServices
的使用

使用 AuthorizationCodeServices 的软件包
org.springframework.security.oauth2.provider.code   
org.springframework.security.oauth2.provider.endpoint   
 

org.springframework.security.oauth2.provider.codeAuthorizationCodeServices 的使用
 

实现 AuthorizationCodeServicesorg.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.
 class RandomValueAuthorizationCodeServices
          Base implementation for authorization code services that generates a random-value authorization code.
 

参数类型为 AuthorizationCodeServicesorg.springframework.security.oauth2.provider.code 中的构造方法
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

org.springframework.security.oauth2.provider.endpointAuthorizationCodeServices 的使用
 

参数类型为 AuthorizationCodeServicesorg.springframework.security.oauth2.provider.endpoint 中的方法
 void AuthorizationEndpoint.setAuthorizationCodeServices(AuthorizationCodeServices authorizationCodeServices)
           
 



Copyright © 2013. All rights reserved.