Class AuthnCallback.SSLClientCertPassphraseResult
java.lang.Object
org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertPassphraseResult
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- AuthnCallback
public static final class AuthnCallback.SSLClientCertPassphraseResult extends AuthnCallback.AuthnResult implements Serializable
The result type used by {@see #sslClientCertPassphrasePrompt}.
- 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 SSLClientCertPassphraseResult(String passphrase)
Set the cerfiticate passphrase in the result.SSLClientCertPassphraseResult(String passphrase, boolean maySave)
Set the cerfiticate passphrase in the result. -
Method Summary
-
Constructor Details
-
SSLClientCertPassphraseResult
Set the cerfiticate passphrase in the result. Assumes the result may not be stored permanently.- Parameters:
passphrase
- The passphrase for decrypting the certificate.
-
SSLClientCertPassphraseResult
Set the cerfiticate passphrase in the result.- Parameters:
passphrase
- The passphrase for decrypting the certificate.maySave
- Set if the result may be stored permanently.
-