Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
private static class |
HttpAuthMethod.Basic
Performs HTTP basic authentication (plaintext username/password).
|
private static class |
HttpAuthMethod.Digest
Performs HTTP digest authentication.
|
private static class |
HttpAuthMethod.Negotiate |
private static class |
HttpAuthMethod.None
Performs no user authentication.
|
Modifier and Type | Field and Description |
---|---|
private HttpAuthMethod |
TransportHttp.authMethod |
Modifier and Type | Method and Description |
---|---|
abstract HttpAuthMethod |
HttpAuthMethod.Type.method(java.lang.String hdr)
Creates a HttpAuthMethod instance configured with the provided HTTP
WWW-Authenticate header.
|
(package private) static HttpAuthMethod |
HttpAuthMethod.scanResponse(HttpConnection conn,
java.util.Collection<HttpAuthMethod.Type> ignoreTypes)
Handle an authentication failure and possibly return a new response.
|