| Modifier and Type | Method and Description |
|---|---|
SshAgent |
SshAgentFactory.createClient(FactoryManager manager)
Create an SshAgent that can be used on the client side by the authentication process to send possible keys.
|
List<ChannelFactory> |
SshAgentFactory.getChannelForwardingFactories(FactoryManager manager)
The channels are requested by the ssh server when forwarding a client request.
|
| Modifier and Type | Method and Description |
|---|---|
SshAgent |
LocalAgentFactory.createClient(FactoryManager manager) |
SshAgent |
ProxyAgentFactory.createClient(FactoryManager manager) |
List<ChannelFactory> |
LocalAgentFactory.getChannelForwardingFactories(FactoryManager manager) |
List<ChannelFactory> |
ProxyAgentFactory.getChannelForwardingFactories(FactoryManager manager) |
| Modifier and Type | Method and Description |
|---|---|
FactoryManager |
AgentClient.getFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
SshAgent |
UnixAgentFactory.createClient(FactoryManager manager) |
List<ChannelFactory> |
UnixAgentFactory.getChannelForwardingFactories(FactoryManager manager) |
| Constructor and Description |
|---|
AgentClient(FactoryManager manager,
String authSocket) |
AgentClient(FactoryManager manager,
String authSocket,
CloseableExecutorService executor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientFactoryManager
The
ClientFactoryManager enable the retrieval of additional configuration needed specifically for the
client side. |
| Modifier and Type | Class and Description |
|---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractClientSession.resolveAvailableSignaturesProposal(FactoryManager manager) |
| Modifier and Type | Method and Description |
|---|---|
FactoryManager |
FactoryManagerHolder.getFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
FactoryManager.resolveAttribute(FactoryManager manager,
AttributeRepository.AttributeKey<T> key) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFactoryManager |
| Modifier and Type | Method and Description |
|---|---|
FactoryManager |
AbstractIoServiceFactory.getFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
IoServiceFactory |
IoServiceFactoryFactory.create(FactoryManager manager) |
IoServiceFactory |
DefaultIoServiceFactoryFactory.create(FactoryManager manager) |
static int |
AbstractIoServiceFactory.getNioWorkers(FactoryManager manager) |
| Constructor and Description |
|---|
AbstractIoServiceFactory(FactoryManager factoryManager,
CloseableExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
IoServiceFactory |
Nio2ServiceFactoryFactory.create(FactoryManager manager) |
| Constructor and Description |
|---|
Nio2ServiceFactory(FactoryManager factoryManager,
CloseableExecutorService service) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionFactory<M extends FactoryManager,S extends AbstractSession>
An abstract base factory of sessions.
|
| Modifier and Type | Method and Description |
|---|---|
FactoryManager |
SessionHelper.getFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
AbstractSession.resolveAvailableSignaturesProposal(FactoryManager manager) |
| Constructor and Description |
|---|
AbstractSession(boolean serverSession,
FactoryManager factoryManager,
IoSession ioSession)
Create a new session.
|
SessionHelper(boolean serverSession,
FactoryManager factoryManager,
IoSession ioSession)
Create a new 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 |
|---|---|
protected String |
AbstractServerSession.resolveAvailableSignaturesProposal(FactoryManager proposedManager) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.