Uses of Class
org.tmatesoft.svn.core.auth.SVNSSHAuthentication
Packages that use SVNSSHAuthentication
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
-
Uses of SVNSSHAuthentication in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return SVNSSHAuthenticationModifier and TypeMethodDescriptionstatic SVNSSHAuthentication
SVNSSHAuthentication.newInstance
(String userName, char[] keyValue, char[] passphrase, int portNumber, boolean storageAllowed, SVNURL url, boolean isPartial) Creates a user credential object for authenticating over an ssh tunnel.static SVNSSHAuthentication
SVNSSHAuthentication.newInstance
(String userName, char[] password, int portNumber, boolean storageAllowed, SVNURL url, boolean isPartial) Creates a user credential object for authenticating over an ssh tunnel.static SVNSSHAuthentication
SVNSSHAuthentication.newInstance
(String userName, com.trilead.ssh2.auth.AgentProxy agentProxy, int portNumber, SVNURL url, boolean isPartial) Creates a user credential object for authenticating over an ssh tunnel.static SVNSSHAuthentication
SVNSSHAuthentication.newInstance
(String userName, File keyFile, char[] passphrase, int portNumber, boolean storageAllowed, SVNURL url, boolean isPartial) Creates a user credential object for authenticating over an ssh tunnel. -
Uses of SVNSSHAuthentication in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNSSHAuthenticationModifier and TypeMethodDescriptionprotected SVNSSHAuthentication
DefaultSVNAuthenticationManager.getDefaultSSHAuthentication
(SVNURL url)