Interface ISVNHostOptions

All Known Implementing Classes:
DefaultSVNAuthenticationManager.ExtendedHostOptions, DefaultSVNHostOptions

public interface ISVNHostOptions
Version:
1.3
  • Method Details

    • getAuthTypes

      java.util.Collection<java.lang.String> getAuthTypes()
    • isAuthStorageEnabled

      boolean isAuthStorageEnabled()
    • isStorePasswords

      boolean isStorePasswords()
    • isStoreSSLClientCertificatePassphrases

      boolean isStoreSSLClientCertificatePassphrases()
    • isStorePlainTextPasswords

      boolean isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException
      Throws:
      SVNException
    • isStorePlainTextPassphrases

      boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException
      Throws:
      SVNException
    • getUserName

      java.lang.String getUserName()
    • getSSLClientCertFile

      java.lang.String getSSLClientCertFile()
    • getSSLClientCertPassword

      java.lang.String getSSLClientCertPassword()
    • trustDefaultSSLCertificateAuthority

      boolean trustDefaultSSLCertificateAuthority()
    • getSSLAuthorityFiles

      java.io.File[] getSSLAuthorityFiles()
    • getProxyHost

      java.lang.String getProxyHost()
    • getProxyPort

      java.lang.String getProxyPort()
    • getProxyUserName

      java.lang.String getProxyUserName()
    • getProxyPassword

      java.lang.String getProxyPassword()
    • getReadTimeout

      int getReadTimeout()
    • getConnectTimeout

      int getConnectTimeout()