Class JGitSshAgentFactory

java.lang.Object
org.eclipse.jgit.internal.transport.sshd.agent.JGitSshAgentFactory
All Implemented Interfaces:
org.apache.sshd.agent.SshAgentFactory

public class JGitSshAgentFactory extends Object implements org.apache.sshd.agent.SshAgentFactory
A factory for creating SshAgentClients.
  • Field Details

  • Constructor Details

  • Method Details

    • 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) 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