org.apache.subversion.javahl.callback
Class AuthnCallback.SSLClientCertResult

java.lang.Object
  extended by org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
      extended by 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 AuthnCallback.sslClientCertPrompt(java.lang.String, boolean).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
identity, save, secret, trust
 
Constructor Summary
AuthnCallback.SSLClientCertResult(String path)
          Set the absolute path of the cerfiticate file in the result.
AuthnCallback.SSLClientCertResult(String path, boolean maySave)
          Set the absolute path of the cerfiticate file in the result.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthnCallback.SSLClientCertResult

public AuthnCallback.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.

AuthnCallback.SSLClientCertResult

public AuthnCallback.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.