public class SearchModeSearchDatabaseAuthenticationHandler extends AbstractJdbcUsernamePasswordAuthenticationHandler implements org.springframework.beans.factory.InitializingBean
log| Constructor and Description |
|---|
SearchModeSearchDatabaseAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected boolean |
authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials) |
void |
setFieldPassword(String fieldPassword) |
void |
setFieldUser(String fieldUser) |
void |
setTableUsers(String tableUsers) |
getDataSource, getJdbcTemplate, setDataSourcedoAuthentication, getPasswordEncoder, getPrincipalNameTransformer, setClassToSupport, setPasswordEncoder, setPrincipalNameTransformer, setSupportSubClasses, supportsauthenticate, getName, postAuthenticate, preAuthenticate, setNamepublic SearchModeSearchDatabaseAuthenticationHandler()
protected final boolean authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials) throws AuthenticationException
authenticateUsernamePasswordInternal in class AbstractUsernamePasswordAuthenticationHandlerAuthenticationExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic final void setFieldPassword(String fieldPassword)
fieldPassword - The fieldPassword to set.public final void setFieldUser(String fieldUser)
fieldUser - The fieldUser to set.public final void setTableUsers(String tableUsers)
tableUsers - The tableUsers to set.Copyright © 2004-2012 Jasig. All Rights Reserved.