| Package | Description |
|---|---|
| <Unnamed> | |
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.auth | |
| net.sf.sshapi.impl.ganymed |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.j2ssh |
J2SSH is a suite of Java SSH applications providing a Java SSH API, SSH Terminal, SSH secured VNC client, SFTP client and SSH Daemon.
|
| net.sf.sshapi.impl.jsch |
JSch is a pure Java implementation of SSH2.
|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.impl.maverick |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| net.sf.sshapi.impl.trilead |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| net.sf.sshapi.util | |
| net.sf.sshapi.vfs | |
| org.apache.maven.wagon.providers.ssh.sshapi |
| Modifier and Type | Method and Description |
|---|---|
char[] |
JLinePasswordAuthenticator.promptForPassword(SshClient session,
java.lang.String message) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClient
Abstract implementation of a
SshClient. |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
SshConfiguration.createClient()
Utility to create a client that may be used with this configuration.
|
SshClient |
SshProvider.createClient(SshConfiguration configuration)
Create a new client instance with the specified configuration.
|
SshClient |
AbstractProvider.createClient(SshConfiguration configuration) |
protected abstract SshClient |
AbstractProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
SshPasswordPrompt.promptForPassword(SshClient session,
java.lang.String message)
Invoked when a password.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
SshPublicKeyAuthenticator.promptForPassphrase(SshClient session,
java.lang.String message)
Invoked when the session requires a passphrase (for a key).
|
| Modifier and Type | Method and Description |
|---|---|
protected SshClient |
GanymedSshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
J2SshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
JschSshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
LibsshClient |
| Modifier and Type | Method and Description |
|---|---|
protected SshClient |
LibsshSshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
MaverickSshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
SshClient |
MaverickSshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected SshClient |
TrileadSshProvider.doCreateClient(SshConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
PEMFilePublicKeyAuthenticator.promptForPassphrase(SshClient session,
java.lang.String message) |
char[] |
DefaultGSSAuthenticator.promptForPassword(SshClient session,
java.lang.String message) |
char[] |
ConsolePasswordAuthenticator.promptForPassword(SshClient session,
java.lang.String message) |
char[] |
SimplePasswordAuthenticator.promptForPassword(SshClient session,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
static SshClient |
SshClientFactory.createConnection(java.lang.String hostname,
int port,
java.lang.String username,
java.lang.String password,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions)
Create a new SSH client.
|
SshClient |
SftpFileSystemConfigBuilder.getSshClient(org.apache.commons.vfs2.FileSystemOptions opts)
Get the shared SSH client to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SftpFileSystemConfigBuilder.setSshClient(org.apache.commons.vfs2.FileSystemOptions opts,
SshClient sshClient)
Set the shared SSH client to use.
|
| Constructor and Description |
|---|
SftpFileSystem(org.apache.commons.vfs2.provider.GenericFileName rootName,
SshClient ssh,
org.apache.commons.vfs2.FileSystemOptions fileSystemOptions) |
| Modifier and Type | Field and Description |
|---|---|
protected SshClient |
AbstractSSHAPIWagon.session |
Copyright © 2018. All rights reserved.