public class LocalAgentFactory extends Object implements SshAgentFactory
Constructor and Description |
---|
LocalAgentFactory() |
LocalAgentFactory(SshAgent agent) |
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.
|
SshAgent |
getAgent() |
NamedFactory<Channel> |
getChannelForwardingFactory()
Retrieve the channel factory used to create channels on the client side.
|
public LocalAgentFactory()
public LocalAgentFactory(SshAgent agent)
public SshAgent getAgent()
public NamedFactory<Channel> getChannelForwardingFactory()
SshAgentFactory
getChannelForwardingFactory
in interface SshAgentFactory
public SshAgent createClient(FactoryManager manager) throws IOException
SshAgentFactory
createClient
in interface SshAgentFactory
IOException
public SshAgentServer createServer(ConnectionService service) throws IOException
SshAgentFactory
createServer
in interface SshAgentFactory
IOException
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.