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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
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 classorg.eclipse.jgit.transport.JschConfigSessionFactory
-