Class JGitTransportConfigCallback.UnprotectedPrivateKeySessionFactory
java.lang.Object
org.eclipse.jgit.transport.SshSessionFactory
org.eclipse.jgit.transport.JschConfigSessionFactory
org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.SimpleSessionFactory
org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.PrivateKeySessionFactory
org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.UnprotectedPrivateKeySessionFactory
- Enclosing class:
- JGitTransportConfigCallback
private static class JGitTransportConfigCallback.UnprotectedPrivateKeySessionFactory
extends JGitTransportConfigCallback.PrivateKeySessionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.jcraft.jsch.JSch
createDefaultJSch
(org.eclipse.jgit.util.FS fs) Methods inherited from class org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.PrivateKeySessionFactory
getRepo
Methods inherited from class org.apache.maven.scm.provider.git.jgit.command.JGitTransportConfigCallback.SimpleSessionFactory
configure
Methods inherited from class org.eclipse.jgit.transport.JschConfigSessionFactory
configureJSch, createSession, getJSch, getSession, getType
Methods inherited from class org.eclipse.jgit.transport.SshSessionFactory
getInstance, getLocalUserName, releaseSession, setInstance
-
Constructor Details
-
UnprotectedPrivateKeySessionFactory
UnprotectedPrivateKeySessionFactory(GitScmProviderRepository repo)
-
-
Method Details
-
createDefaultJSch
protected com.jcraft.jsch.JSch createDefaultJSch(org.eclipse.jgit.util.FS fs) throws com.jcraft.jsch.JSchException - Overrides:
createDefaultJSch
in classorg.eclipse.jgit.transport.JschConfigSessionFactory
- Throws:
com.jcraft.jsch.JSchException
-