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