|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.subversion.javahl.callback.AuthnCallback.AuthnResult
org.apache.subversion.javahl.callback.AuthnCallback.SSLServerTrustResult
public static final class AuthnCallback.SSLServerTrustResult
The result type used by AuthnCallback.sslServerTrustPrompt(java.lang.String, org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures, org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo, boolean).
| Field Summary |
|---|
| Fields inherited from class org.apache.subversion.javahl.callback.AuthnCallback.AuthnResult |
|---|
identity, save, secret, trust |
| Method Summary | |
|---|---|
static AuthnCallback.SSLServerTrustResult |
acceptPermanently()
Create a result that permanently accepts the certificate. |
static AuthnCallback.SSLServerTrustResult |
acceptTemporarily()
Create a result that temporarily accepts the certificate, for the duration of the current connection. |
static AuthnCallback.SSLServerTrustResult |
reject()
Create a result that rejects the certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AuthnCallback.SSLServerTrustResult reject()
public static AuthnCallback.SSLServerTrustResult acceptTemporarily()
public static AuthnCallback.SSLServerTrustResult acceptPermanently()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||