public class LocalAgentFactory extends Object implements SshAgentFactory
Modifier and Type | Field and Description |
---|---|
static List<NamedFactory<Channel>> |
DEFAULT_FORWARDING_CHANNELS |
DEFAULT_PROXY_AUTH_CHANNEL_TYPE, PREFER_UNIX_AGENT, PROXY_AUTH_CHANNEL_TYPE
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() |
List<NamedFactory<Channel>> |
getChannelForwardingFactories(FactoryManager manager)
The channels are requested by the ssh server when forwarding a client request.
|
public static final List<NamedFactory<Channel>> DEFAULT_FORWARDING_CHANNELS
public LocalAgentFactory()
public LocalAgentFactory(SshAgent agent)
public SshAgent getAgent()
public List<NamedFactory<Channel>> getChannelForwardingFactories(FactoryManager manager)
SshAgentFactory
getChannelForwardingFactories
in interface SshAgentFactory
manager
- The FactoryManager
through which the request is madepublic SshAgent createClient(FactoryManager manager) throws IOException
SshAgentFactory
createClient
in interface SshAgentFactory
manager
- The FactoryManager
instanceSshAgent
instanceIOException
- If failed to create the clientpublic SshAgentServer createServer(ConnectionService service) throws IOException
SshAgentFactory
createServer
in interface SshAgentFactory
service
- The ConnectionService
to useSshAgentServer
instanceIOException
- If failed to create the serverCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.