|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler
org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler
org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler
public final class SimpleTestUsernamePasswordAuthenticationHandler
Simple test implementation of a AuthenticationHandler that returns true if the username and password match. This class should never be enabled in a production environment and is only designed to facilitate unit testing and load testing.
| Field Summary |
|---|
| Fields inherited from class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler |
|---|
log |
| Constructor Summary | |
|---|---|
SimpleTestUsernamePasswordAuthenticationHandler()
|
|
| Method Summary | |
|---|---|
boolean |
authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
Abstract convenience method that assumes the credentials passed in are a subclass of UsernamePasswordCredentials. |
| Methods inherited from class org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler |
|---|
doAuthentication, getPasswordEncoder, getPrincipalNameTransformer, setClassToSupport, setPasswordEncoder, setPrincipalNameTransformer, setSupportSubClasses, supports |
| Methods inherited from class org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler |
|---|
authenticate, getName, postAuthenticate, preAuthenticate, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTestUsernamePasswordAuthenticationHandler()
| Method Detail |
|---|
public boolean authenticateUsernamePasswordInternal(UsernamePasswordCredentials credentials)
AbstractUsernamePasswordAuthenticationHandler
authenticateUsernamePasswordInternal in class AbstractUsernamePasswordAuthenticationHandlercredentials - the credentials representing the Username and Password
presented to CAS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||