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
  • Constructor Details

    • SSLClientCertResult

      public SSLClientCertResult​(String path)
      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

      public SSLClientCertResult​(String path, boolean maySave)
      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.