Class AuthnCallback.SSLClientCertResult
java.lang.Object
org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertResult
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AuthnCallback
public static final class AuthnCallback.SSLClientCertResult extends AuthnCallback.AuthnResult implements Serializable
The result type used by {@see #sslClientCertPrompt}.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
identity, save, secret, trust -
Constructor Summary
Constructors Constructor Description SSLClientCertResult(String path)Set the absolute path of the cerfiticate file in the result.SSLClientCertResult(String path, boolean maySave)Set the absolute path of the cerfiticate file in the result. -
Method Summary
-
Constructor Details
-
SSLClientCertResult
Set the absolute path of the cerfiticate file in the result. Assumes the result may not be stored permanently.- Parameters:
path- The absolute path of the certificate.
-
SSLClientCertResult
Set the absolute path of the cerfiticate file in the result.- Parameters:
path- The absolute path of the certificate.maySave- Set if the result may be stored permanently.
-