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, createAuthorizationCode
public JdbcAuthorizationCodeServices(DataSource dataSource)
protected void store(String code, OAuth2Authentication authentication)
store
in class RandomValueAuthorizationCodeServices
public OAuth2Authentication remove(String code)
remove
in class RandomValueAuthorizationCodeServices
public void setSelectAuthenticationSql(String selectAuthenticationSql)
public void setInsertAuthenticationSql(String insertAuthenticationSql)
public void setDeleteAuthenticationSql(String deleteAuthenticationSql)
Copyright © 2019. All rights reserved.