| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| org.eclipse.jgit.util |
Utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
private static GSSManagerFactory |
HttpAuthMethod.Negotiate.GSS_MANAGER_FACTORY |
| Modifier and Type | Class and Description |
|---|---|
private static class |
GSSManagerFactory.DefaultGSSManagerFactory
DefaultGSSManagerFactory uses @link
GSSManager.getInstance() but
you might need to set
javax.security.auth.useSubjectCredsOnly system property to
false for authentication to work. |
private static class |
GSSManagerFactory.SunGSSManagerFactory |
| Modifier and Type | Method and Description |
|---|---|
static GSSManagerFactory |
GSSManagerFactory.detect()
Auto-detects the GSSManager factory to use based on system.
|