public class DefaultSVNHostOptions extends java.lang.Object implements ISVNHostOptions
Constructor and Description |
---|
DefaultSVNHostOptions(SVNCompositeConfigFile serversFile,
SVNURL url) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getAuthTypes() |
int |
getConnectTimeout() |
java.lang.String |
getHost() |
java.lang.String |
getProtocol() |
java.lang.String |
getProxyHost() |
java.lang.String |
getProxyPassword() |
java.lang.String |
getProxyPort() |
java.lang.String |
getProxyUserName() |
int |
getReadTimeout() |
java.io.File[] |
getSSLAuthorityFiles() |
java.lang.String |
getSSLClientCertFile() |
java.lang.String |
getSSLClientCertPassword() |
java.lang.String |
getUserName() |
protected boolean |
hasAuthStorageEnabledOption() |
protected boolean |
hasStorePlainTextPassphrasesOption() |
boolean |
hasStorePlainTextPasswordsOption() |
boolean |
isAuthStorageEnabled() |
boolean |
isStorePasswords() |
boolean |
isStorePlainTextPassphrases(java.lang.String realm,
SVNAuthentication auth) |
boolean |
isStorePlainTextPasswords(java.lang.String realm,
SVNAuthentication auth) |
boolean |
isStoreSSLClientCertificatePassphrases() |
boolean |
trustDefaultSSLCertificateAuthority() |
public DefaultSVNHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
public java.lang.String getHost()
public java.lang.String getProtocol()
public java.util.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(java.lang.String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPasswords
in interface ISVNHostOptions
SVNException
public boolean isStoreSSLClientCertificatePassphrases()
isStoreSSLClientCertificatePassphrases
in interface ISVNHostOptions
protected boolean hasStorePlainTextPassphrasesOption()
public boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException
isStorePlainTextPassphrases
in interface ISVNHostOptions
SVNException
public java.lang.String getUserName()
getUserName
in interface ISVNHostOptions
public java.lang.String getSSLClientCertFile()
getSSLClientCertFile
in interface ISVNHostOptions
public java.lang.String getSSLClientCertPassword()
getSSLClientCertPassword
in interface ISVNHostOptions
public boolean trustDefaultSSLCertificateAuthority()
trustDefaultSSLCertificateAuthority
in interface ISVNHostOptions
public java.io.File[] getSSLAuthorityFiles()
getSSLAuthorityFiles
in interface ISVNHostOptions
public java.lang.String getProxyHost()
getProxyHost
in interface ISVNHostOptions
public java.lang.String getProxyPort()
getProxyPort
in interface ISVNHostOptions
public java.lang.String getProxyUserName()
getProxyUserName
in interface ISVNHostOptions
public java.lang.String getProxyPassword()
getProxyPassword
in interface ISVNHostOptions
public int getReadTimeout()
getReadTimeout
in interface ISVNHostOptions
public int getConnectTimeout()
getConnectTimeout
in interface ISVNHostOptions
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.