Class JGitTransportConfigCallback.ProtectedPrivateKeyFileSessionFactory
- 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.ProtectedPrivateKeyFileSessionFactory
-
- Enclosing class:
- JGitTransportConfigCallback
private static class JGitTransportConfigCallback.ProtectedPrivateKeyFileSessionFactory extends JGitTransportConfigCallback.PrivateKeySessionFactory
-
-
Constructor Summary
Constructors Constructor Description ProtectedPrivateKeyFileSessionFactory(GitScmProviderRepository repo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Constructor Detail
-
ProtectedPrivateKeyFileSessionFactory
ProtectedPrivateKeyFileSessionFactory(GitScmProviderRepository repo)
-
-