| java.lang.Object org.mortbay.jetty.security.ClientCertAuthenticator
ClientCertAuthenticator | public class ClientCertAuthenticator implements Authenticator(Code) | | Client Certificate Authenticator.
This Authenticator uses a client certificate to authenticate the user.
Each client certificate supplied is tried against the realm using the
Principal name as the username and a string representation of the
certificate as the credential.
author: Greg Wilkins (gregw) |
ClientCertAuthenticator | public ClientCertAuthenticator()(Code) | | |
getMaxHandShakeSeconds | public int getMaxHandShakeSeconds()(Code) | | |
setMaxHandShakeSeconds | public void setMaxHandShakeSeconds(int maxHandShakeSeconds)(Code) | | Parameters: maxHandShakeSeconds - Maximum time to wait for SSL handshake ifClient certification is required. |
|
|