Class JGitTransportConfigCallback.PrivateKeySessionFactory
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
- Direct Known Subclasses:
JGitTransportConfigCallback.ProtectedPrivateKeyFileSessionFactory
,JGitTransportConfigCallback.UnprotectedPrivateKeySessionFactory
- Enclosing class:
- JGitTransportConfigCallback
private abstract static class JGitTransportConfigCallback.PrivateKeySessionFactory
extends JGitTransportConfigCallback.SimpleSessionFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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, createDefaultJSch, createSession, getJSch, getSession, getType
Methods inherited from class org.eclipse.jgit.transport.SshSessionFactory
getInstance, getLocalUserName, releaseSession, setInstance
-
Field Details
-
repo
-
-
Constructor Details
-
PrivateKeySessionFactory
PrivateKeySessionFactory(GitScmProviderRepository repo)
-
-
Method Details
-
getRepo
GitScmProviderRepository getRepo()
-