Class | Description |
---|---|
AccessTokenUtils |
This class uses HTML scraping to create and revoke GitLab personal access tokens,
the user's Feed token, and for fetching the current Health Check access token.
|
DurationUtils | |
EmailChecker | |
FileUtils |
This class provides static utility methods used throughout GitLab4J.
|
HttpRequestUtils | |
ISO8601 |
This class provides utility methods for parsing and formatting ISO8601 formatted dates.
|
JacksonJson |
Jackson JSON Configuration and utility class.
|
JacksonJson.DateOnlySerializer |
JsonSerializer for serializing dates s yyyy-mm-dd in UTC timezone.
|
JacksonJson.JsonDateDeserializer |
JsonDeserializer for deserializing ISO8601 formatted dates.
|
JacksonJson.JsonDateSerializer |
JsonSerializer for serializing ISO8601 formatted dates.
|
JacksonJson.UserListDeserializer |
Deserializer for the odd User instances in the "approved_by" array in the merge_request JSON.
|
JacksonJson.UserListSerializer |
Serializer for the odd User instances in the "approved_by" array in the merge_request JSON.
|
JacksonJsonEnumHelper<E extends Enum<E>> | |
MaskingLoggingFilter |
This class logs request and response info masking HTTP header values that are known to
contain sensitive information.
|
Oauth2LoginStreamingOutput |
This StreamingOutput implementation is utilized to send a OAuth2 token request
in a secure manner.
|
SecretString |
This class implements a CharSequence that can be cleared of it's contained characters.
|
UrlEncoder |
Enum | Description |
---|---|
AccessTokenUtils.Scope |
This enum defines the available scopes for a personal access token.
|
Copyright © 2019. All rights reserved.