| 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 |
Deprecated.
|
| EmailChecker |
|
| FileUtils |
This class provides static utility methods used throughout GitLab4J.
|
| HttpRequestUtils |
|
| ISO8601 |
Deprecated.
|
| 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 java.lang.Enum<E>> |
Deprecated.
|
| 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 |
|