Uses of Class
org.eclipse.jgit.transport.SshSessionFactory
-
Packages that use SshSessionFactory Package Description org.eclipse.jgit.junit.ssh org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.sshd -
-
Uses of SshSessionFactory in org.eclipse.jgit.junit.ssh
Fields in org.eclipse.jgit.junit.ssh declared as SshSessionFactory Modifier and Type Field Description private SshSessionFactory
SshTestHarness. factory
Methods in org.eclipse.jgit.junit.ssh that return SshSessionFactory Modifier and Type Method Description protected abstract SshSessionFactory
SshTestHarness. createSessionFactory()
protected SshSessionFactory
SshTestHarness. getSessionFactory()
-
Uses of SshSessionFactory in org.eclipse.jgit.transport
Subclasses of SshSessionFactory in org.eclipse.jgit.transport Modifier and Type Class Description class
JschConfigSessionFactory
The base session factory that loads known hosts and private keys from$HOME/.ssh
.Fields in org.eclipse.jgit.transport declared as SshSessionFactory Modifier and Type Field Description private static SshSessionFactory
SshSessionFactory. INSTANCE
private SshSessionFactory
SshTransport. sch
Methods in org.eclipse.jgit.transport that return SshSessionFactory Modifier and Type Method Description static SshSessionFactory
SshSessionFactory. getInstance()
Gets the currently configured JVM-wide factory.SshSessionFactory
SshTransport. getSshSessionFactory()
Get the SSH session factoryprivate static SshSessionFactory
SshSessionFactory. loadSshSessionFactory()
Methods in org.eclipse.jgit.transport with parameters of type SshSessionFactory Modifier and Type Method Description static void
SshSessionFactory. setInstance(SshSessionFactory newFactory)
Changes the JVM-wide factory to a different implementation.void
SshTransport. setSshSessionFactory(SshSessionFactory factory)
Set SSH session factory instead of the default one for this instance of the transport. -
Uses of SshSessionFactory in org.eclipse.jgit.transport.sshd
Subclasses of SshSessionFactory in org.eclipse.jgit.transport.sshd Modifier and Type Class Description class
SshdSessionFactory
ASshSessionFactory
that uses Apache MINA sshd.private class
SshdSessionFactoryBuilder.State.SessionFactory
-