Class JGitSshAgentFactory

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

    public class JGitSshAgentFactory
    extends java.lang.Object
    implements org.apache.sshd.agent.SshAgentFactory
    A factory for creating SshAgentClients.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.sshd.agent.SshAgent createClient​(org.apache.sshd.common.session.Session session, org.apache.sshd.common.FactoryManager manager)  
      org.apache.sshd.agent.SshAgentServer createServer​(org.apache.sshd.common.session.ConnectionService service)  
      java.util.List<org.apache.sshd.common.channel.ChannelFactory> getChannelForwardingFactories​(org.apache.sshd.common.FactoryManager manager)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getChannelForwardingFactories

        public java.util.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)
                                                    throws java.io.IOException
        Specified by:
        createClient in interface org.apache.sshd.agent.SshAgentFactory
        Throws:
        java.io.IOException
      • createServer

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