public class SearchModeSearchDatabaseAuthenticationHandler extends AbstractJdbcUsernamePasswordAuthenticationHandler
| Constructor and Description |
|---|
SearchModeSearchDatabaseAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apereo.cas.authentication.HandlerResult |
authenticateUsernamePasswordInternal(org.apereo.cas.authentication.UsernamePasswordCredential credential) |
void |
setFieldPassword(java.lang.String fieldPassword) |
void |
setFieldUser(java.lang.String fieldUser) |
void |
setTableUsers(java.lang.String tableUsers) |
getDataSource, getJdbcTemplate, setDataSourcedoAuthentication, getPasswordPolicyConfiguration, setCredentialSelectionPredicate, setPasswordEncoder, setPasswordPolicyConfiguration, setPrincipalNameTransformer, supportsauthenticate, createHandlerResult, postAuthenticate, preAuthenticatepublic SearchModeSearchDatabaseAuthenticationHandler()
protected org.apereo.cas.authentication.HandlerResult authenticateUsernamePasswordInternal(org.apereo.cas.authentication.UsernamePasswordCredential credential)
throws java.security.GeneralSecurityException,
org.apereo.cas.authentication.PreventedException
authenticateUsernamePasswordInternal in class org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandlerjava.security.GeneralSecurityExceptionorg.apereo.cas.authentication.PreventedExceptionpublic void setFieldPassword(java.lang.String fieldPassword)
public void setFieldUser(java.lang.String fieldUser)
public void setTableUsers(java.lang.String tableUsers)