public class AcceptUsersAuthenticationHandler extends AbstractUsernamePasswordAuthenticationHandler
Note that this class makes an unmodifiable copy of whatever map is provided to it.
log| Constructor and Description |
|---|
AcceptUsersAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials) |
void |
setUsers(Map<String,String> users) |
doAuthentication, getPasswordEncoder, getPrincipalNameTransformer, setClassToSupport, setPasswordEncoder, setPrincipalNameTransformer, setSupportSubClasses, supportsauthenticate, getName, postAuthenticate, preAuthenticate, setNameprotected final boolean authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
authenticateUsernamePasswordInternal in class AbstractUsernamePasswordAuthenticationHandlerCopyright © 2004-2012 Jasig. All Rights Reserved.