Class JGitTransportConfigCallback.SimpleSessionFactory

java.lang.Object
org.eclipse.jgit.transport.SshSessionFactory
org.eclipse.jgit.transport.JschConfigSessionFactory
org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.SimpleSessionFactory
Direct Known Subclasses:
JGitTransportConfigCallback.PrivateKeySessionFactory
Enclosing class:
JGitTransportConfigCallback

private static class JGitTransportConfigCallback.SimpleSessionFactory extends org.eclipse.jgit.transport.JschConfigSessionFactory
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configure(org.eclipse.jgit.transport.OpenSshConfig.Host host, com.jcraft.jsch.Session session)
     

    Methods inherited from class org.eclipse.jgit.transport.JschConfigSessionFactory

    configureJSch, createDefaultJSch, createSession, getJSch, getSession, getType

    Methods inherited from class org.eclipse.jgit.transport.SshSessionFactory

    getInstance, getLocalUserName, releaseSession, setInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleSessionFactory

      private SimpleSessionFactory()
  • Method Details

    • configure

      protected void configure(org.eclipse.jgit.transport.OpenSshConfig.Host host, com.jcraft.jsch.Session session)
      Overrides:
      configure in class org.eclipse.jgit.transport.JschConfigSessionFactory