public class UnixAgentFactory extends Object implements SshAgentFactory
Constructor and Description |
---|
UnixAgentFactory() |
Modifier and Type | Method and Description |
---|---|
SshAgent |
createClient(Session session)
Create an SshAgent that can be used on the client side by the authentication
process to send possible keys.
|
SshAgentServer |
createServer(Session session)
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()
SshAgentFactory
getChannelForwardingFactory
in interface SshAgentFactory
public SshAgent createClient(Session session) throws IOException
SshAgentFactory
createClient
in interface SshAgentFactory
IOException
public SshAgentServer createServer(Session session) throws IOException
SshAgentFactory
createServer
in interface SshAgentFactory
IOException
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.