org.tigris.subversion.javahl
Interface PromptUserPassword2
- PromptUserPassword
- PromptUserPassword3
public interface PromptUserPassword2
Partial interface for receiving callbacks for authentication. New
applications should use PromptUserPassword3 instead.
static int | AccecptTemporary - Use the correctly spelled "AcceptTemporary"
constant instead.
|
static int | AcceptPermanently - Accept the connection to the server forever.
|
static int | AcceptTemporary - Accept the connection to the server once.
|
static int | Reject - Reject the connection to the server.
|
int | askTrustSSLServer(String info, boolean allowPermanently) - If there are problems with the certifcate of the SSL-server, this
callback will be used to deside if the connection will be used.
|
AccecptTemporary
public static final int AccecptTemporary
Use the correctly spelled "AcceptTemporary"
constant instead.
AcceptPermanently
public static final int AcceptPermanently
Accept the connection to the server forever.
AcceptTemporary
public static final int AcceptTemporary
Accept the connection to the server once.
Reject
public static final int Reject
Reject the connection to the server.
askTrustSSLServer
public int askTrustSSLServer(String info,
boolean allowPermanently)
If there are problems with the certifcate of the SSL-server, this
callback will be used to deside if the connection will be used.
info
- the probblems with the certificate.allowPermanently
- if AcceptPermantly is a legal answer
- one of Reject/AcceptTemporary/AcceptPermanently