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
SVNExceptionboolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
SVNExceptionString getUserName()
String getSSLClientCertFile()
String getSSLClientCertPassword()
boolean trustDefaultSSLCertificateAuthority()
File[] getSSLAuthorityFiles()
String getProxyHost()
String getProxyPort()
String getProxyUserName()
String getProxyPassword()
int getReadTimeout()
int getConnectTimeout()
Copyright © 2025. All rights reserved.