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 GSSManagerFactoryHttpAuthMethod.Negotiate.GSS_MANAGER_FACTORY -
Uses of GSSManagerFactory in org.eclipse.jgit.util
Subclasses of GSSManagerFactory in org.eclipse.jgit.utilModifier and TypeClassDescriptionprivate static classDefaultGSSManagerFactory uses @linkGSSManager.getInstance()but you might need to setjavax.security.auth.useSubjectCredsOnlysystem property tofalsefor authentication to work.private static classMethods in org.eclipse.jgit.util that return GSSManagerFactoryModifier and TypeMethodDescriptionstatic GSSManagerFactoryGSSManagerFactory.detect()Auto-detects the GSSManager factory to use based on system.