| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.auth | |
| org.apache.sshd.client.session |
| Modifier and Type | Field and Description |
|---|---|
static List<UserAuthFactory> |
SshClient.DEFAULT_USER_AUTH_FACTORIES
Default user authentication preferences if not set
|
protected List<UserAuthFactory> |
SshClient.userAuthFactories |
| Modifier and Type | Method and Description |
|---|---|
List<UserAuthFactory> |
SshClient.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshClient.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) |
| Modifier and Type | Method and Description |
|---|---|
UserAuthFactory |
BuiltinUserAuthFactories.create() |
static UserAuthFactory |
BuiltinUserAuthFactories.fromFactoryName(String name) |
static UserAuthFactory |
BuiltinUserAuthFactories.resolveFactory(String name) |
| Constructor and Description |
|---|
ParseResult(List<UserAuthFactory> parsed,
List<String> unsupported) |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserAuthFactory> |
ClientUserAuthService.authFactories |
| Modifier and Type | Method and Description |
|---|---|
List<UserAuthFactory> |
AbstractClientSession.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClientSession.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.