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 ISVNConnectionOptions
public boolean hasAuthStorageEnabledOption(SVNURL url)
public boolean isAuthStorageEnabled(SVNURL url)
isAuthStorageEnabled
in interface ISVNConnectionOptions
public String[] getPasswordStorageTypes()
getPasswordStorageTypes
in interface ISVNConnectionOptions
public boolean isStorePasswords(SVNURL url)
isStorePasswords
in interface ISVNConnectionOptions
public boolean isStorePlainTextPasswords(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPasswords
in interface ISVNConnectionOptions
SVNException
public boolean isStoreSSLClientCertificatePassphrases(SVNURL url)
isStoreSSLClientCertificatePassphrases
in interface ISVNConnectionOptions
public boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPassphrases
in interface ISVNConnectionOptions
SVNException
public String getUserName(SVNURL url)
getUserName
in interface ISVNConnectionOptions
public int getDefaultSSHPortNumber()
getDefaultSSHPortNumber
in interface ISVNConnectionOptions
public String getDefaultSSHUserName()
getDefaultSSHUserName
in interface ISVNConnectionOptions
public String getDefaultSSHPassword()
getDefaultSSHPassword
in interface ISVNConnectionOptions
public String getDefaultSSHKeyFile()
getDefaultSSHKeyFile
in interface ISVNConnectionOptions
public String getDefaultSSHPassphrase()
getDefaultSSHPassphrase
in interface ISVNConnectionOptions
public String getSSLClientCertFile(SVNURL url)
getSSLClientCertFile
in interface ISVNConnectionOptions
public String getSSLClientCertPassword(SVNURL url)
getSSLClientCertPassword
in interface ISVNConnectionOptions
public boolean trustDefaultSSLCertificateAuthority(SVNURL url)
trustDefaultSSLCertificateAuthority
in interface ISVNConnectionOptions
public File[] getSSLAuthorityFiles(SVNURL url)
getSSLAuthorityFiles
in interface ISVNConnectionOptions
public String getProxyHost(SVNURL url)
getProxyHost
in interface ISVNConnectionOptions
public String getProxyPort(SVNURL url)
getProxyPort
in interface ISVNConnectionOptions
public String getProxyUserName(SVNURL url)
getProxyUserName
in interface ISVNConnectionOptions
public 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 © 2022. All rights reserved.