Class SingleCloudSshAgentFactory<K extends CloudKeyInfo>

    • Method Detail

      • getChannelForwardingFactories

        public List<org.apache.sshd.common.channel.ChannelFactory> getChannelForwardingFactories​(org.apache.sshd.common.FactoryManager manager)
        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)
        Specified by:
        createClient in interface CloudSshAgentFactory<K extends CloudKeyInfo>
        Specified by:
        createClient in interface org.apache.sshd.agent.SshAgentFactory
      • createServer

        public org.apache.sshd.agent.SshAgentServer createServer​(org.apache.sshd.common.session.ConnectionService service)
        Specified by:
        createServer in interface CloudSshAgentFactory<K extends CloudKeyInfo>
        Specified by:
        createServer in interface org.apache.sshd.agent.SshAgentFactory