public class KarafAgentFactory extends Object implements org.apache.sshd.agent.SshAgentFactory
| Constructor and Description |
|---|
KarafAgentFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sshd.agent.SshAgent |
createClient(org.apache.sshd.common.FactoryManager manager) |
org.apache.sshd.agent.SshAgentServer |
createServer(org.apache.sshd.common.session.ConnectionService service) |
org.osgi.framework.BundleContext |
getBundleContext() |
org.apache.sshd.common.NamedFactory<org.apache.sshd.common.Channel> |
getChannelForwardingFactory() |
void |
registerCommandSession(org.apache.felix.service.command.CommandSession session) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
unregisterCommandSession(org.apache.felix.service.command.CommandSession session) |
public org.osgi.framework.BundleContext getBundleContext()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public org.apache.sshd.common.NamedFactory<org.apache.sshd.common.Channel> getChannelForwardingFactory()
getChannelForwardingFactory in interface org.apache.sshd.agent.SshAgentFactorypublic org.apache.sshd.agent.SshAgent createClient(org.apache.sshd.common.FactoryManager manager)
throws IOException
createClient in interface org.apache.sshd.agent.SshAgentFactoryIOExceptionpublic org.apache.sshd.agent.SshAgentServer createServer(org.apache.sshd.common.session.ConnectionService service)
throws IOException
createServer in interface org.apache.sshd.agent.SshAgentFactoryIOExceptionpublic void registerCommandSession(org.apache.felix.service.command.CommandSession session)
public void unregisterCommandSession(org.apache.felix.service.command.CommandSession session)
Copyright © 2007-2016 FuseSource, Corp.. All Rights Reserved.