|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.catalina.valves.ValveBase
|
+--org.apache.catalina.authenticator.AuthenticatorBase
|
+--org.apache.catalina.authenticator.FormAuthenticator
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
| Fields inherited from class org.apache.catalina.authenticator.AuthenticatorBase |
algorithm,
cache,
context,
debug,
DEFAULT_ALGORITHM,
digest,
entropy,
info,
lifecycle,
random,
randomClass,
SESSION_ID_BYTES,
sm,
sso,
started |
| Fields inherited from class org.apache.catalina.valves.ValveBase |
container,
info,
sm |
| Constructor Summary | |
FormAuthenticator()
|
|
| Method Summary | |
boolean |
authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
Authenticate the user making this request, based on the specified login configuration. |
java.lang.String |
getInfo()
Return descriptive information about this Valve implementation. |
| Methods inherited from class org.apache.catalina.authenticator.AuthenticatorBase |
accessControl,
addLifecycleListener,
associate,
checkUserData,
findConstraint,
generateSessionId,
getAlgorithm,
getCache,
getContainer,
getDebug,
getDigest,
getEntropy,
getRandom,
getRandomClass,
getSession,
getSession,
invoke,
log,
log,
register,
removeLifecycleListener,
setAlgorithm,
setCache,
setContainer,
setDebug,
setEntropy,
setRandomClass,
start,
stop |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FormAuthenticator()
| Method Detail |
public java.lang.String getInfo()
public boolean authenticate(HttpRequest request,
HttpResponse response,
LoginConfig config)
throws java.io.IOException
true if any specified
constraint has been satisfied, or false if we have
created a response challenge already.request - Request we are processingresponse - Response we are creatinglogin - Login configuration describing how authentication
should be performed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||