Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.auth | |
org.apache.sshd.server.session |
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 | 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 | Field and Description |
---|---|
private java.util.List<UserAuthFactory> |
AbstractServerSession.userAuthFactories |
private java.util.List<UserAuthFactory> |
ServerUserAuthService.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) |