org.springframework.security.oauth2.provider.code
类 JdbcAuthorizationCodeServices
java.lang.Object
org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices
org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices
- 所有已实现的接口:
- AuthorizationCodeServices
public class JdbcAuthorizationCodeServices
- extends RandomValueAuthorizationCodeServices
Implementation of authorization code services that stores the codes and authentication in a database.
- 作者:
- Ken Dombeck, Dave Syer
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcAuthorizationCodeServices
public JdbcAuthorizationCodeServices(DataSource dataSource)
store
protected void store(String code,
OAuth2Authentication authentication)
- 指定者:
- 类
RandomValueAuthorizationCodeServices 中的 store
remove
public OAuth2Authentication remove(String code)
- 指定者:
- 类
RandomValueAuthorizationCodeServices 中的 remove
setSelectAuthenticationSql
public void setSelectAuthenticationSql(String selectAuthenticationSql)
setInsertAuthenticationSql
public void setInsertAuthenticationSql(String insertAuthenticationSql)
setDeleteAuthenticationSql
public void setDeleteAuthenticationSql(String deleteAuthenticationSql)
Copyright © 2013. All rights reserved.