Class KarafAgentFactory

  • All Implemented Interfaces:
    org.apache.sshd.agent.SshAgentFactory

    public class KarafAgentFactory
    extends Object
    implements org.apache.sshd.agent.SshAgentFactory
    • Constructor Detail

      • KarafAgentFactory

        public KarafAgentFactory()
    • Method Detail

      • getChannelForwardingFactories

        public List<org.apache.sshd.common.channel.ChannelFactory> getChannelForwardingFactories​(org.apache.sshd.common.FactoryManager factoryManager)
        Specified by:
        getChannelForwardingFactories in interface org.apache.sshd.agent.SshAgentFactory
      • createClient

        public org.apache.sshd.agent.SshAgent createClient​(org.apache.sshd.common.session.Session session,
                                                           org.apache.sshd.common.FactoryManager manager)
                                                    throws IOException
        Specified by:
        createClient in interface org.apache.sshd.agent.SshAgentFactory
        Throws:
        IOException
      • createServer

        public org.apache.sshd.agent.SshAgentServer createServer​(org.apache.sshd.common.session.ConnectionService service)
                                                          throws IOException
        Specified by:
        createServer in interface org.apache.sshd.agent.SshAgentFactory
        Throws:
        IOException
      • registerSession

        public void registerSession​(org.apache.karaf.shell.api.console.Session session)
      • unregisterSession

        public void unregisterSession​(org.apache.karaf.shell.api.console.Session session)