| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.client | |
| org.apache.sshd.client.auth |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<NamedFactory<UserAuth>> |
SshClient.userAuthFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedFactory<UserAuth>> |
SshClient.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshClient.setUserAuthFactories(java.util.List<NamedFactory<UserAuth>> userAuthFactories) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NamedFactory<UserAuth>> |
ClientFactoryManager.getUserAuthFactories()
Retrieve a list of UserAuth factories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthKeyboardInteractive
TODO Add javadoc
|
class |
UserAuthPassword
TODO Add javadoc
|
class |
UserAuthPublicKey
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
UserAuth |
UserAuthPublicKey.Factory.create() |
UserAuth |
UserAuthPassword.Factory.create() |
UserAuth |
UserAuthKeyboardInteractive.Factory.create() |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.