Uses of Class
org.tmatesoft.svn.core.auth.SVNSSLAuthentication
Packages that use SVNSSLAuthentication
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
-
Uses of SVNSSLAuthentication in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return SVNSSLAuthenticationModifier and TypeMethodDescriptionstatic SVNSSLAuthentication
SVNSSLAuthentication.newInstance
(byte[] cert, char[] password, boolean storageAllowed, SVNURL url, boolean isPartial) static SVNSSLAuthentication
SVNSSLAuthentication.newInstance
(File certFile, char[] password, boolean storageAllowed, SVNURL url, boolean isPartial) static SVNSSLAuthentication
SVNSSLAuthentication.newInstance
(String kind, String alias, boolean storageAllowed, SVNURL url, boolean isPartial) -
Uses of SVNSSLAuthentication in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as SVNSSLAuthenticationMethods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNSSLAuthenticationModifier and TypeMethodDescriptionprivate static boolean
HTTPSSLKeyManager.isMSCAPI
(SVNSSLAuthentication sslAuthentication) HTTPSSLKeyManager.loadClientCertificate
(SVNSSLAuthentication sslAuthentication)