org.apache.catalina.authenticator
public class SSLAuthenticator extends AuthenticatorBase
Version: $Revision: 746408 $ $Date: 2009-02-20 23:56:42 +0100 (Fri, 20 Feb 2009) $
Field Summary | |
---|---|
protected static String | info
Descriptive information about this implementation. |
Method Summary | |
---|---|
boolean | authenticate(Request request, Response response, LoginConfig config)
Authenticate the user by checking for the existence of a certificate
chain, and optionally asking a trust manager to validate that we trust
this user.
|
String | getInfo()
Return descriptive information about this Valve implementation. |
void | start()
Initialize the database we will be using for client verification
and certificate validation (if any).
|
void | stop()
Finalize the database we used for client verification and
certificate validation (if any).
|
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
Throws: LifecycleException if this component detects a fatal error that prevents this component from being used
Throws: LifecycleException if this component detects a fatal error that prevents this component from being used