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