public final class SimpleTestUsernamePasswordAuthenticationHandler extends AbstractUsernamePasswordAuthenticationHandler
log| Constructor and Description |
|---|
SimpleTestUsernamePasswordAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
Abstract convenience method that assumes the credentials passed in are a
subclass of UsernamePasswordCredentials.
|
doAuthentication, getPasswordEncoder, getPrincipalNameTransformer, setClassToSupport, setPasswordEncoder, setPrincipalNameTransformer, setSupportSubClasses, supportsauthenticate, getName, postAuthenticate, preAuthenticate, setNamepublic SimpleTestUsernamePasswordAuthenticationHandler()
public boolean authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
AbstractUsernamePasswordAuthenticationHandlerauthenticateUsernamePasswordInternal in class AbstractUsernamePasswordAuthenticationHandlercredentials - the credentials representing the Username and Password
presented to CASCopyright © 2004-2012 Jasig. All Rights Reserved.