| Package | Description |
|---|---|
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpAuthMethod.Type |
HttpAuthMethod.type |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthMethod.Type |
HttpAuthMethod.getType()
Gives the method type associated to this http auth method
|
static HttpAuthMethod.Type |
HttpAuthMethod.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpAuthMethod.Type[] |
HttpAuthMethod.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static HttpAuthMethod |
HttpAuthMethod.scanResponse(HttpConnection conn,
java.util.Collection<HttpAuthMethod.Type> ignoreTypes)
Handle an authentication failure and possibly return a new response.
|
| Constructor and Description |
|---|
HttpAuthMethod(HttpAuthMethod.Type type)
Constructor for HttpAuthMethod.
|