public class JdbcAuthorizationCodeServices extends RandomValueAuthorizationCodeServices
| Constructor and Description |
|---|
JdbcAuthorizationCodeServices(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Authentication |
remove(String code) |
void |
setDeleteAuthenticationSql(String deleteAuthenticationSql) |
void |
setInsertAuthenticationSql(String insertAuthenticationSql) |
void |
setSelectAuthenticationSql(String selectAuthenticationSql) |
protected void |
store(String code,
OAuth2Authentication authentication) |
consumeAuthorizationCode, createAuthorizationCodepublic JdbcAuthorizationCodeServices(DataSource dataSource)
protected void store(String code, OAuth2Authentication authentication)
store in class RandomValueAuthorizationCodeServicespublic OAuth2Authentication remove(String code)
remove in class RandomValueAuthorizationCodeServicespublic void setSelectAuthenticationSql(String selectAuthenticationSql)
public void setInsertAuthenticationSql(String insertAuthenticationSql)
public void setDeleteAuthenticationSql(String deleteAuthenticationSql)
Copyright © 2019. All rights reserved.