public abstract class AbstractJdbcUsernamePasswordAuthenticationHandler
extends org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
| Constructor and Description |
|---|
AbstractJdbcUsernamePasswordAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.sql.DataSource |
getDataSource() |
protected org.springframework.jdbc.core.JdbcTemplate |
getJdbcTemplate()
Method to return the jdbcTemplate.
|
void |
setDataSource(javax.sql.DataSource dataSource)
Method to set the datasource and generate a JdbcTemplate.
|
authenticateUsernamePasswordInternal, doAuthentication, getPasswordPolicyConfiguration, setCredentialSelectionPredicate, setPasswordEncoder, setPasswordPolicyConfiguration, setPrincipalNameTransformer, supportsauthenticate, createHandlerResult, postAuthenticate, preAuthenticatepublic AbstractJdbcUsernamePasswordAuthenticationHandler()
public void setDataSource(javax.sql.DataSource dataSource)
dataSource - the datasource to use.protected org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
protected javax.sql.DataSource getDataSource()