| Modifier and Type | Method and Description |
|---|---|
List<UserAuthFactory> |
SshServer.getUserAuthFactories() |
static List<UserAuthFactory> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager)
If user authentication factories already set, then simply returns them.
|
static List<UserAuthFactory> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager,
List<UserAuthFactory> userFactories)
If user authentication factories already set, then simply returns them.
|
| Modifier and Type | Method and Description |
|---|---|
static List<UserAuthFactory> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager,
List<UserAuthFactory> userFactories)
If user authentication factories already set, then simply returns them.
|
void |
SshServer.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserAuthFactory |
class |
UserAuthNoneFactory |
| 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 |
UserAuthGSSFactory
Factory class.
|
| 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 | Method and Description |
|---|---|
List<UserAuthFactory> |
AbstractServerSession.getUserAuthFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerSession.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.