|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.auth.BasicSSLManager
| Constructor Summary | |
BasicSSLManager(SVNSSLAuthentication sslAuthentication)
|
|
| Method Summary | |
void |
acknowledgeSSLContext(boolean accepted,
SVNErrorMessage errorMessage)
Accepts this SSL context if authentication has succeeded or not if authentication failed. |
SVNSSLAuthentication |
getClientAuthentication()
Returns client authentication. |
Throwable |
getClientCertLoadingError()
|
SSLContext |
getSSLContext()
Returns an SSL context for the appropriate authentiation realm. |
boolean |
isClientCertPromptRequired()
|
void |
setClientAuthentication(SVNSSLAuthentication sslAuthentication)
Sets client authentication that will be used in SSLContext. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicSSLManager(SVNSSLAuthentication sslAuthentication)
| Method Detail |
public SSLContext getSSLContext()
throws IOException,
SVNException
ISVNSSLManager
getSSLContext in interface ISVNSSLManagerIOException - if an i/o error occurred
SVNExceptionpublic boolean isClientCertPromptRequired()
isClientCertPromptRequired in interface ISVNSSLManagerpublic SVNSSLAuthentication getClientAuthentication()
ISVNSSLManager
getClientAuthentication in interface ISVNSSLManagerpublic void setClientAuthentication(SVNSSLAuthentication sslAuthentication)
ISVNSSLManager
setClientAuthentication in interface ISVNSSLManagersslAuthentication - a client authenticationpublic Throwable getClientCertLoadingError()
getClientCertLoadingError in interface ISVNSSLManager
public void acknowledgeSSLContext(boolean accepted,
SVNErrorMessage errorMessage)
ISVNSSLManager
acknowledgeSSLContext in interface ISVNSSLManageraccepted - true if
authentication succeeded, otherwise
falseerrorMessage - the reason of the authentication failure
|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||