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 GSSManagerFactoryHttpAuthMethod.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 classGSSManagerFactory.DefaultGSSManagerFactoryDefaultGSSManagerFactory uses @linkGSSManager.getInstance()but you might need to setjavax.security.auth.useSubjectCredsOnlysystem property tofalsefor authentication to work.private static classGSSManagerFactory.SunGSSManagerFactoryMethods in org.eclipse.jgit.util that return GSSManagerFactory Modifier and Type Method Description static GSSManagerFactoryGSSManagerFactory. detect()Auto-detects the GSSManager factory to use based on system.
-