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 ISVNHostOptions
protected boolean hasAuthStorageEnabledOption()
public boolean isAuthStorageEnabled()
isAuthStorageEnabled
in interface ISVNHostOptions
public boolean isStorePasswords()
isStorePasswords
in interface ISVNHostOptions
public boolean hasStorePlainTextPasswordsOption()
public boolean isStorePlainTextPasswords(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPasswords
in interface ISVNHostOptions
SVNException
public boolean isStoreSSLClientCertificatePassphrases()
isStoreSSLClientCertificatePassphrases
in interface ISVNHostOptions
protected boolean hasStorePlainTextPassphrasesOption()
public boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPassphrases
in interface ISVNHostOptions
SVNException
public String getUserName()
getUserName
in interface ISVNHostOptions
public String getSSLClientCertFile()
getSSLClientCertFile
in interface ISVNHostOptions
public String getSSLClientCertPassword()
getSSLClientCertPassword
in interface ISVNHostOptions
public boolean trustDefaultSSLCertificateAuthority()
trustDefaultSSLCertificateAuthority
in interface ISVNHostOptions
public File[] getSSLAuthorityFiles()
getSSLAuthorityFiles
in interface ISVNHostOptions
public String getProxyHost()
getProxyHost
in interface ISVNHostOptions
public String getProxyPort()
getProxyPort
in interface ISVNHostOptions
public String getProxyUserName()
getProxyUserName
in interface ISVNHostOptions
public String getProxyPassword()
getProxyPassword
in interface ISVNHostOptions
public int getReadTimeout()
getReadTimeout
in interface ISVNHostOptions
public int getConnectTimeout()
getConnectTimeout
in interface ISVNHostOptions
Copyright © 2018. All rights reserved.