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 List<NamedFactory<UserAuth>> |
SshClient.userAuthFactories |
Modifier and Type | Method and Description |
---|---|
List<NamedFactory<UserAuth>> |
SshClient.getUserAuthFactories() |
Modifier and Type | Method and Description |
---|---|
void |
SshClient.setUserAuthFactories(List<NamedFactory<UserAuth>> userAuthFactories) |
Modifier and Type | Method and Description |
---|---|
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 |
UserAuthKeyboardInteractive.Factory.create() |
UserAuth |
UserAuthPassword.Factory.create() |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.