public class DefaultSVNConnectionOptions extends Object implements ISVNConnectionOptions
| Constructor and Description |
|---|
DefaultSVNConnectionOptions(SVNCompositeConfigFile serversFile,
SVNCompositeConfigFile configFile) |
public DefaultSVNConnectionOptions(SVNCompositeConfigFile serversFile, SVNCompositeConfigFile configFile)
public Collection getAuthTypes(SVNURL url)
getAuthTypes in interface ISVNConnectionOptionspublic boolean hasAuthStorageEnabledOption(SVNURL url)
public boolean isAuthStorageEnabled(SVNURL url)
isAuthStorageEnabled in interface ISVNConnectionOptionspublic String[] getPasswordStorageTypes()
getPasswordStorageTypes in interface ISVNConnectionOptionspublic boolean isStorePasswords(SVNURL url)
isStorePasswords in interface ISVNConnectionOptionspublic boolean isStorePlainTextPasswords(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPasswords in interface ISVNConnectionOptionsSVNExceptionpublic boolean isStoreSSLClientCertificatePassphrases(SVNURL url)
isStoreSSLClientCertificatePassphrases in interface ISVNConnectionOptionspublic boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPassphrases in interface ISVNConnectionOptionsSVNExceptionpublic String getUserName(SVNURL url)
getUserName in interface ISVNConnectionOptionspublic int getDefaultSSHPortNumber()
getDefaultSSHPortNumber in interface ISVNConnectionOptionspublic String getDefaultSSHUserName()
getDefaultSSHUserName in interface ISVNConnectionOptionspublic String getDefaultSSHPassword()
getDefaultSSHPassword in interface ISVNConnectionOptionspublic String getDefaultSSHKeyFile()
getDefaultSSHKeyFile in interface ISVNConnectionOptionspublic String getDefaultSSHPassphrase()
getDefaultSSHPassphrase in interface ISVNConnectionOptionspublic String getSSLClientCertFile(SVNURL url)
getSSLClientCertFile in interface ISVNConnectionOptionspublic String getSSLClientCertPassword(SVNURL url)
getSSLClientCertPassword in interface ISVNConnectionOptionspublic boolean trustDefaultSSLCertificateAuthority(SVNURL url)
trustDefaultSSLCertificateAuthority in interface ISVNConnectionOptionspublic File[] getSSLAuthorityFiles(SVNURL url)
getSSLAuthorityFiles in interface ISVNConnectionOptionspublic String getProxyHost(SVNURL url)
getProxyHost in interface ISVNConnectionOptionspublic String getProxyPort(SVNURL url)
getProxyPort in interface ISVNConnectionOptionspublic String getProxyUserName(SVNURL url)
getProxyUserName in interface ISVNConnectionOptionspublic String getProxyPassword(SVNURL url)
getProxyPassword in interface ISVNConnectionOptionspublic int getReadTimeout(SVNURL url)
getReadTimeout in interface ISVNConnectionOptionspublic int getConnectTimeout(SVNURL url)
getConnectTimeout in interface ISVNConnectionOptionsCopyright © 2025. All rights reserved.