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 | Class and Description |
---|---|
class |
AbstractUserAuthFactory |
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 | 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 |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.