Class DefaultSVNAuthenticationManager.ExtendedHostOptions
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.DefaultSVNHostOptions
-
- org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.ExtendedHostOptions
-
- All Implemented Interfaces:
ISVNHostOptions
- Enclosing class:
- DefaultSVNAuthenticationManager
public class DefaultSVNAuthenticationManager.ExtendedHostOptions extends DefaultSVNHostOptions
-
-
Constructor Summary
Constructors Constructor Description ExtendedHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAuthStorageEnabled()
boolean
isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
-
Methods inherited from class org.tmatesoft.svn.core.internal.wc.DefaultSVNHostOptions
getAuthTypes, getConnectTimeout, getHost, getProtocol, getProxyHost, getProxyPassword, getProxyPort, getProxyUserName, getReadTimeout, getSSLAuthorityFiles, getSSLClientCertFile, getSSLClientCertPassword, getUserName, hasAuthStorageEnabledOption, hasStorePlainTextPassphrasesOption, hasStorePlainTextPasswordsOption, isStorePasswords, isStoreSSLClientCertificatePassphrases, trustDefaultSSLCertificateAuthority
-
-
-
-
Constructor Detail
-
ExtendedHostOptions
public ExtendedHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
-
-
Method Detail
-
isAuthStorageEnabled
public boolean isAuthStorageEnabled()
- Specified by:
isAuthStorageEnabled
in interfaceISVNHostOptions
- Overrides:
isAuthStorageEnabled
in classDefaultSVNHostOptions
-
isStorePlainTextPasswords
public boolean isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException
- Specified by:
isStorePlainTextPasswords
in interfaceISVNHostOptions
- Overrides:
isStorePlainTextPasswords
in classDefaultSVNHostOptions
- Throws:
SVNException
-
isStorePlainTextPassphrases
public boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException
- Specified by:
isStorePlainTextPassphrases
in interfaceISVNHostOptions
- Overrides:
isStorePlainTextPassphrases
in classDefaultSVNHostOptions
- Throws:
SVNException
-
-