public abstract class AbstractJdbcUsernamePasswordAuthenticationHandler extends AbstractUsernamePasswordAuthenticationHandler
log| Constructor and Description |
|---|
AbstractJdbcUsernamePasswordAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected DataSource |
getDataSource() |
protected org.springframework.jdbc.core.simple.SimpleJdbcTemplate |
getJdbcTemplate()
Method to return the jdbcTemplate
|
void |
setDataSource(DataSource dataSource)
Method to set the datasource and generate a JdbcTemplate.
|
authenticateUsernamePasswordInternal, doAuthentication, getPasswordEncoder, getPrincipalNameTransformer, setClassToSupport, setPasswordEncoder, setPrincipalNameTransformer, setSupportSubClasses, supportsauthenticate, getName, postAuthenticate, preAuthenticate, setNamepublic AbstractJdbcUsernamePasswordAuthenticationHandler()
public final void setDataSource(DataSource dataSource)
dataSource - the datasource to use.protected final org.springframework.jdbc.core.simple.SimpleJdbcTemplate getJdbcTemplate()
protected final DataSource getDataSource()
Copyright © 2004-2012 Jasig. All Rights Reserved.