public class UnixAgentFactory extends Object implements SshAgentFactory, ExecutorServiceConfigurer
| Constructor and Description |
|---|
UnixAgentFactory() |
UnixAgentFactory(ExecutorService service,
boolean shutdown) |
| Modifier and Type | Method and Description |
|---|---|
SshAgent |
createClient(FactoryManager manager)
Create an SshAgent that can be used on the client side by the authentication
process to send possible keys.
|
SshAgentServer |
createServer(ConnectionService service)
Create the server side that will be used by other SSH clients.
|
NamedFactory<Channel> |
getChannelForwardingFactory()
The channels are requested by the ssh server when forwarding a client request.
|
ExecutorService |
getExecutorService() |
boolean |
isShutdownOnExit() |
void |
setExecutorService(ExecutorService service) |
void |
setShutdownOnExit(boolean shutdown) |
public UnixAgentFactory()
public UnixAgentFactory(ExecutorService service, boolean shutdown)
public ExecutorService getExecutorService()
getExecutorService in interface ExecutorServiceCarrierpublic void setExecutorService(ExecutorService service)
setExecutorService in interface ExecutorServiceConfigurerpublic boolean isShutdownOnExit()
isShutdownOnExit in interface ExecutorServiceCarriertrue then the ExecutorService.shutdownNow()
will be called (unless it is an internally allocated service which is always
closed)public void setShutdownOnExit(boolean shutdown)
setShutdownOnExit in interface ExecutorServiceConfigurerpublic NamedFactory<Channel> getChannelForwardingFactory()
SshAgentFactorygetChannelForwardingFactory in interface SshAgentFactorypublic SshAgent createClient(FactoryManager manager) throws IOException
SshAgentFactorycreateClient in interface SshAgentFactorymanager - The FactoryManager instanceSshAgent instanceIOException - If failed to create the clientpublic SshAgentServer createServer(ConnectionService service) throws IOException
SshAgentFactorycreateServer in interface SshAgentFactoryservice - The ConnectionService to useSshAgentServer instanceIOException - If failed to create the serverCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.