public interface ISVNHostOptions
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAuthTypes() |
int |
getConnectTimeout() |
String |
getProxyHost() |
String |
getProxyPassword() |
String |
getProxyPort() |
String |
getProxyUserName() |
int |
getReadTimeout() |
File[] |
getSSLAuthorityFiles() |
String |
getSSLClientCertFile() |
String |
getSSLClientCertPassword() |
String |
getUserName() |
boolean |
isAuthStorageEnabled() |
boolean |
isStorePasswords() |
boolean |
isStorePlainTextPassphrases(String realm,
SVNAuthentication auth) |
boolean |
isStorePlainTextPasswords(String realm,
SVNAuthentication auth) |
boolean |
isStoreSSLClientCertificatePassphrases() |
boolean |
trustDefaultSSLCertificateAuthority() |
Collection<String> getAuthTypes()
boolean isAuthStorageEnabled()
boolean isStorePasswords()
boolean isStoreSSLClientCertificatePassphrases()
boolean isStorePlainTextPasswords(String realm, SVNAuthentication auth) throws SVNException
SVNException
boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
SVNException
String getUserName()
String getSSLClientCertFile()
String getSSLClientCertPassword()
boolean trustDefaultSSLCertificateAuthority()
File[] getSSLAuthorityFiles()
String getProxyHost()
String getProxyPort()
String getProxyUserName()
String getProxyPassword()
int getReadTimeout()
int getConnectTimeout()
Copyright © 2019. All rights reserved.