Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.auth | |
org.apache.sshd.server.session |
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 | 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 | Method and Description |
---|---|
List<UserAuthFactory> |
AbstractServerSession.getUserAuthFactories() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerSession.setUserAuthFactories(List<UserAuthFactory> userAuthFactories) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.