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 ISVNConnectionOptions
public boolean hasAuthStorageEnabledOption(SVNURL url)
public boolean isAuthStorageEnabled(SVNURL url)
isAuthStorageEnabled
in interface ISVNConnectionOptions
public java.lang.String[] getPasswordStorageTypes()
getPasswordStorageTypes
in interface ISVNConnectionOptions
public boolean isStorePasswords(SVNURL url)
isStorePasswords
in interface ISVNConnectionOptions
public boolean isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPasswords
in interface ISVNConnectionOptions
SVNException
public boolean isStoreSSLClientCertificatePassphrases(SVNURL url)
isStoreSSLClientCertificatePassphrases
in interface ISVNConnectionOptions
public boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPassphrases
in interface ISVNConnectionOptions
SVNException
public java.lang.String getUserName(SVNURL url)
getUserName
in interface ISVNConnectionOptions
public int getDefaultSSHPortNumber()
getDefaultSSHPortNumber
in interface ISVNConnectionOptions
public java.lang.String getDefaultSSHUserName()
getDefaultSSHUserName
in interface ISVNConnectionOptions
public java.lang.String getDefaultSSHPassword()
getDefaultSSHPassword
in interface ISVNConnectionOptions
public java.lang.String getDefaultSSHKeyFile()
getDefaultSSHKeyFile
in interface ISVNConnectionOptions
public java.lang.String getDefaultSSHPassphrase()
getDefaultSSHPassphrase
in interface ISVNConnectionOptions
public java.lang.String getSSLClientCertFile(SVNURL url)
getSSLClientCertFile
in interface ISVNConnectionOptions
public java.lang.String getSSLClientCertPassword(SVNURL url)
getSSLClientCertPassword
in interface ISVNConnectionOptions
public boolean trustDefaultSSLCertificateAuthority(SVNURL url)
trustDefaultSSLCertificateAuthority
in interface ISVNConnectionOptions
public java.io.File[] getSSLAuthorityFiles(SVNURL url)
getSSLAuthorityFiles
in interface ISVNConnectionOptions
public java.lang.String getProxyHost(SVNURL url)
getProxyHost
in interface ISVNConnectionOptions
public java.lang.String getProxyPort(SVNURL url)
getProxyPort
in interface ISVNConnectionOptions
public java.lang.String getProxyUserName(SVNURL url)
getProxyUserName
in interface ISVNConnectionOptions
public java.lang.String getProxyPassword(SVNURL url)
getProxyPassword
in interface ISVNConnectionOptions
public int getReadTimeout(SVNURL url)
getReadTimeout
in interface ISVNConnectionOptions
public int getConnectTimeout(SVNURL url)
getConnectTimeout
in interface ISVNConnectionOptions
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.