| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.session |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerFactoryManager
The
ServerFactoryManager enable the retrieval of additional
configuration needed specifically for the server side. |
| Modifier and Type | Class and Description |
|---|---|
class |
SshServer
The SshServer class is the main entry point for the server side of the SSH protocol.
|
| Modifier and Type | Method and Description |
|---|---|
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 | Interface and Description |
|---|---|
interface |
ServerSession |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerSession
Provides default implementations for
ServerSession related methods |
class |
ServerSessionImpl
The default implementation for a
ServerSession |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.