|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PromptUserPassword2
Partial interface for receiving callbacks for authentication. New applications should use PromptUserPassword3 instead.
| Field Summary | |
|---|---|
static int |
AccecptTemporary
Deprecated. 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. |
| 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. |
| Methods inherited from interface org.tigris.subversion.javahl.PromptUserPassword |
|---|
askQuestion, askYesNo, getPassword, getUsername, prompt |
| Field Detail |
|---|
static final int Reject
static final int AcceptTemporary
static final int AccecptTemporary
static final int AcceptPermanently
| Method Detail |
|---|
int askTrustSSLServer(String info,
boolean allowPermanently)
info - the probblems with the certificate.allowPermanently - if AcceptPermantly is a legal answer
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||