软件包 org.springframework.security.oauth2.provider.code

接口摘要
AuthorizationCodeServices Services for issuing and storing authorization codes.
 

类摘要
AuthorizationCodeTokenGranter Token granter for the authorization code grant type.
InMemoryAuthorizationCodeServices Implementation of authorization code services that stores the codes and authentication in memory.
JdbcAuthorizationCodeServices Implementation of authorization code services that stores the codes and authentication in a database.
RandomValueAuthorizationCodeServices Base implementation for authorization code services that generates a random-value authorization code.
 



Copyright © 2013. All rights reserved.