org.apache.catalina.authenticator
public final class NonLoginAuthenticator extends AuthenticatorBase
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Method Summary | |
---|---|
boolean | authenticate(Request request, Response response, LoginConfig config)
Authenticate the user making this request, based on the specified
login configuration. |
String | getInfo()
Return descriptive information about this Valve implementation. |
true
if any specified
constraint has been satisfied, or false
if we have
created a response challenge already.
Parameters: request Request we are processing response Response we are creating config Login configuration describing how authentication should be performed
Throws: IOException if an input/output error occurs