| Modifier and Type | Field and Description |
|---|---|
static java.util.List<UserAuthFactory> |
SshClient.DEFAULT_USER_AUTH_FACTORIES
Default user authentication preferences if not set
|
protected java.util.List<UserAuthFactory> |
SshClient.userAuthFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserAuthFactory> |
SshClient.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshClient.setUserAuthFactories(java.util.List<UserAuthFactory> userAuthFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserAuthFactory |
| Modifier and Type | Field and Description |
|---|---|
private UserAuthFactory |
BuiltinUserAuthFactories.factory |
| Modifier and Type | Method and Description |
|---|---|
UserAuthFactory |
BuiltinUserAuthFactories.create() |
static UserAuthFactory |
BuiltinUserAuthFactories.fromFactoryName(java.lang.String name) |
static UserAuthFactory |
BuiltinUserAuthFactories.resolveFactory(java.lang.String name) |
| Constructor and Description |
|---|
BuiltinUserAuthFactories(UserAuthFactory factory) |
| Constructor and Description |
|---|
ParseResult(java.util.List<UserAuthFactory> parsed,
java.util.List<java.lang.String> unsupported) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthHostBasedFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthKeyboardInteractiveFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthPasswordFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthPublicKeyFactory |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<UserAuthFactory> |
ClientUserAuthService.authFactories |
private java.util.List<UserAuthFactory> |
AbstractClientSession.userAuthFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UserAuthFactory> |
AbstractClientSession.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClientSession.setUserAuthFactories(java.util.List<UserAuthFactory> userAuthFactories) |