| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SshAgent |
ProxyAgentFactory.createClient(FactoryManager manager) |
SshAgent |
LocalAgentFactory.createClient(FactoryManager manager) |
| Modifier and Type | Method and Description |
|---|---|
SshAgent |
UnixAgentFactory.createClient(FactoryManager manager) |
| 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 |
ClientSessionImpl.resolveAvailableSignaturesProposal(FactoryManager manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFactoryManager
TODO Add javadoc
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
FactoryManagerUtils.getBoolean(FactoryManager manager,
String name) |
static boolean |
FactoryManagerUtils.getBooleanProperty(FactoryManager manager,
String name,
boolean defaultValue) |
static Integer |
FactoryManagerUtils.getInteger(FactoryManager manager,
String name) |
static int |
FactoryManagerUtils.getIntProperty(FactoryManager manager,
String name,
int defaultValue) |
static Long |
FactoryManagerUtils.getLong(FactoryManager manager,
String name) |
static long |
FactoryManagerUtils.getLongProperty(FactoryManager manager,
String name,
long defaultValue) |
static String |
FactoryManagerUtils.getString(FactoryManager manager,
String name) |
static String |
FactoryManagerUtils.getStringProperty(FactoryManager manager,
String name,
String defaultValue) |
static Object |
FactoryManagerUtils.updateProperty(FactoryManager manager,
String name,
boolean value) |
static Object |
FactoryManagerUtils.updateProperty(FactoryManager manager,
String name,
int value) |
static Object |
FactoryManagerUtils.updateProperty(FactoryManager manager,
String name,
long value) |
static Object |
FactoryManagerUtils.updateProperty(FactoryManager manager,
String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Window.init(FactoryManager manager) |
| 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,
ExecutorService executorService,
boolean shutdownOnExit) |
| Modifier and Type | Field and Description |
|---|---|
protected FactoryManager |
MinaService.manager |
| Modifier and Type | Method and Description |
|---|---|
IoServiceFactory |
MinaServiceFactoryFactory.create(FactoryManager manager) |
| Constructor and Description |
|---|
MinaAcceptor(FactoryManager manager,
IoHandler handler,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> ioProcessor) |
MinaConnector(FactoryManager manager,
IoHandler handler,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> ioProcessor) |
MinaService(FactoryManager manager,
IoHandler handler,
org.apache.mina.core.service.IoProcessor<org.apache.mina.transport.socket.nio.NioSession> ioProcessor) |
MinaServiceFactory(FactoryManager factoryManager,
ExecutorService service,
boolean shutdownOnExit) |
| Modifier and Type | Field and Description |
|---|---|
protected FactoryManager |
Nio2Service.manager |
| Modifier and Type | Method and Description |
|---|---|
IoServiceFactory |
Nio2ServiceFactoryFactory.create(FactoryManager manager) |
| Constructor and Description |
|---|
Nio2Acceptor(FactoryManager manager,
IoHandler handler,
AsynchronousChannelGroup group) |
Nio2Connector(FactoryManager manager,
IoHandler handler,
AsynchronousChannelGroup group) |
Nio2Service(FactoryManager manager,
IoHandler handler,
AsynchronousChannelGroup group) |
Nio2ServiceFactory(FactoryManager factoryManager,
ExecutorService service,
boolean shutdownOnExit) |
Nio2Session(Nio2Service service,
FactoryManager manager,
IoHandler handler,
AsynchronousSocketChannel socket) |
| Modifier and Type | Field and Description |
|---|---|
protected FactoryManager |
AbstractSession.factoryManager
The factory manager used to retrieve factories of Ciphers, Macs and other objects
|
| Modifier and Type | Method and Description |
|---|---|
FactoryManager |
Session.getFactoryManager() |
FactoryManager |
AbstractSession.getFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
AbstractSession.resolveAvailableSignaturesProposal(FactoryManager manager) |
| Constructor and Description |
|---|
AbstractSession(boolean isServer,
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 |
ServerSessionImpl.resolveAvailableSignaturesProposal(FactoryManager manager) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.