Modifier and Type | Field and Description |
---|---|
private java.util.List<UserAuthFactory> |
SshServer.userAuthFactories |
Modifier and Type | Method and Description |
---|---|
java.util.List<UserAuthFactory> |
SshServer.getUserAuthFactories() |
static java.util.List<UserAuthFactory> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager)
If user authentication factories already set, then simply returns them.
|
static java.util.List<UserAuthFactory> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager,
java.util.List<UserAuthFactory> userFactories)
If user authentication factories already set, then simply returns them.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<UserAuthFactory> |
ServerAuthenticationManager.resolveUserAuthFactories(ServerAuthenticationManager manager,
java.util.List<UserAuthFactory> userFactories)
If user authentication factories already set, then simply returns them.
|
void |
SshServer.setUserAuthFactories(java.util.List<UserAuthFactory> userAuthFactories) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAuthFactory |
class |
UserAuthNoneFactory |
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 |
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 | Field and Description |
---|---|
private java.util.List<UserAuthFactory> |
ServerUserAuthService.userAuthFactories |
private java.util.List<UserAuthFactory> |
AbstractServerSession.userAuthFactories |
Modifier and Type | Method and Description |
---|---|
java.util.List<UserAuthFactory> |
AbstractServerSession.getUserAuthFactories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerSession.setUserAuthFactories(java.util.List<UserAuthFactory> userAuthFactories) |