public class DefaultSVNHostOptions extends Object implements ISVNHostOptions
| Constructor and Description |
|---|
DefaultSVNHostOptions(SVNCompositeConfigFile serversFile,
SVNURL url) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getAuthTypes() |
int |
getConnectTimeout() |
String |
getHost() |
String |
getProtocol() |
String |
getProxyHost() |
String |
getProxyPassword() |
String |
getProxyPort() |
String |
getProxyUserName() |
int |
getReadTimeout() |
File[] |
getSSLAuthorityFiles() |
String |
getSSLClientCertFile() |
String |
getSSLClientCertPassword() |
String |
getUserName() |
protected boolean |
hasAuthStorageEnabledOption() |
protected boolean |
hasStorePlainTextPassphrasesOption() |
boolean |
hasStorePlainTextPasswordsOption() |
boolean |
isAuthStorageEnabled() |
boolean |
isStorePasswords() |
boolean |
isStorePlainTextPassphrases(String realm,
SVNAuthentication auth) |
boolean |
isStorePlainTextPasswords(String realm,
SVNAuthentication auth) |
boolean |
isStoreSSLClientCertificatePassphrases() |
boolean |
trustDefaultSSLCertificateAuthority() |
public DefaultSVNHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
public String getHost()
public String getProtocol()
public Collection getAuthTypes()
getAuthTypes in interface ISVNHostOptionsprotected boolean hasAuthStorageEnabledOption()
public boolean isAuthStorageEnabled()
isAuthStorageEnabled in interface ISVNHostOptionspublic boolean isStorePasswords()
isStorePasswords in interface ISVNHostOptionspublic boolean hasStorePlainTextPasswordsOption()
public boolean isStorePlainTextPasswords(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPasswords in interface ISVNHostOptionsSVNExceptionpublic boolean isStoreSSLClientCertificatePassphrases()
isStoreSSLClientCertificatePassphrases in interface ISVNHostOptionsprotected boolean hasStorePlainTextPassphrasesOption()
public boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPassphrases in interface ISVNHostOptionsSVNExceptionpublic String getUserName()
getUserName in interface ISVNHostOptionspublic String getSSLClientCertFile()
getSSLClientCertFile in interface ISVNHostOptionspublic String getSSLClientCertPassword()
getSSLClientCertPassword in interface ISVNHostOptionspublic boolean trustDefaultSSLCertificateAuthority()
trustDefaultSSLCertificateAuthority in interface ISVNHostOptionspublic File[] getSSLAuthorityFiles()
getSSLAuthorityFiles in interface ISVNHostOptionspublic String getProxyHost()
getProxyHost in interface ISVNHostOptionspublic String getProxyPort()
getProxyPort in interface ISVNHostOptionspublic String getProxyUserName()
getProxyUserName in interface ISVNHostOptionspublic String getProxyPassword()
getProxyPassword in interface ISVNHostOptionspublic int getReadTimeout()
getReadTimeout in interface ISVNHostOptionspublic int getConnectTimeout()
getConnectTimeout in interface ISVNHostOptionsCopyright © 2025. All rights reserved.