public static final class AuthnCallback.SSLClientCertResult extends AuthnCallback.AuthnResult implements java.io.Serializable
AuthnCallback.sslClientCertPrompt(java.lang.String, boolean).identity, save, secret, trust| Constructor and Description |
|---|
SSLClientCertResult(java.lang.String path)
Set the absolute path of the cerfiticate file in the result.
|
SSLClientCertResult(java.lang.String path,
boolean maySave)
Set the absolute path of the cerfiticate file in the result.
|
public SSLClientCertResult(java.lang.String path)
path - The absolute path of the certificate.public SSLClientCertResult(java.lang.String path,
boolean maySave)
path - The absolute path of the certificate.maySave - Set if the result may be stored permanently.