org.tigris.subversion.javahl
public interface PromptUserPassword2 extends PromptUserPassword
| Field Summary | |
|---|---|
| static int | AccecptTemporary |
| 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. |
| Method Summary | |
|---|---|
| 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. |
Deprecated: Use the correctly spelled "AcceptTemporary" constant instead.
Parameters: info the probblems with the certificate. allowPermanently if AcceptPermantly is a legal answer
Returns: one of Reject/AcceptTemporary/AcceptPermanently