public class UnixAgentFactory extends Object implements SshAgentFactory
| Constructor and Description |
|---|
UnixAgentFactory() |
| 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()
Retrieve the channel factory used to create channels on the client side.
|
public NamedFactory<Channel> getChannelForwardingFactory()
SshAgentFactorygetChannelForwardingFactory in interface SshAgentFactorypublic SshAgent createClient(FactoryManager manager) throws IOException
SshAgentFactorycreateClient in interface SshAgentFactoryIOExceptionpublic SshAgentServer createServer(ConnectionService service) throws IOException
SshAgentFactorycreateServer in interface SshAgentFactoryIOExceptionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.