public interface SshAgentFactory
SshAgentFactory is used to communicate with an SshAgent.| 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.
|
NamedFactory<Channel> getChannelForwardingFactory()
SshAgent createClient(FactoryManager manager) throws java.io.IOException
manager - java.io.IOExceptionSshAgentServer createServer(ConnectionService service) throws java.io.IOException
service - java.io.IOExceptionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.