| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.http |
| Modifier and Type | Method and Description |
|---|---|
static AuthMethod |
AuthMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthMethod[] |
AuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GitlabAPI |
GitlabAPI.connect(java.lang.String hostUrl,
java.lang.String apiToken,
TokenType tokenType,
AuthMethod method) |
| Modifier and Type | Method and Description |
|---|---|
GitlabHTTPRequestor |
GitlabHTTPRequestor.authenticate(java.lang.String token,
TokenType type,
AuthMethod method)
Sets authentication data for the request.
|
Copyright © 2017. All Rights Reserved.