Package | Description |
---|---|
org.tmatesoft.svn.core.auth |
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
|
org.tmatesoft.svn.core.internal.wc |
Modifier and Type | Method and Description |
---|---|
static SVNSSHAuthentication |
SVNSSHAuthentication.newInstance(java.lang.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(java.lang.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(java.lang.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(java.lang.String userName,
java.io.File keyFile,
char[] passphrase,
int portNumber,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Creates a user credential object for authenticating over an ssh tunnel.
|
Modifier and Type | Method and Description |
---|---|
protected SVNSSHAuthentication |
DefaultSVNAuthenticationManager.getDefaultSSHAuthentication(SVNURL url) |