Uses of Class
org.eclipse.jgit.util.GSSManagerFactory
-
Packages that use GSSManagerFactory Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util Utility classes. -
-
Uses of GSSManagerFactory in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as GSSManagerFactory Modifier and Type Field Description private static GSSManagerFactory
HttpAuthMethod.Negotiate. GSS_MANAGER_FACTORY
-
Uses of GSSManagerFactory in org.eclipse.jgit.util
Subclasses of GSSManagerFactory in org.eclipse.jgit.util Modifier and Type Class Description private static class
GSSManagerFactory.DefaultGSSManagerFactory
DefaultGSSManagerFactory uses @linkGSSManager.getInstance()
but you might need to setjavax.security.auth.useSubjectCredsOnly
system property tofalse
for authentication to work.private static class
GSSManagerFactory.SunGSSManagerFactory
Methods in org.eclipse.jgit.util that return GSSManagerFactory Modifier and Type Method Description static GSSManagerFactory
GSSManagerFactory. detect()
Auto-detects the GSSManager factory to use based on system.
-