Uses of Enum
org.gitlab4j.api.utils.AccessTokenUtils.Scope
Packages that use AccessTokenUtils.Scope
-
Uses of AccessTokenUtils.Scope in org.gitlab4j.api.utils
Methods in org.gitlab4j.api.utils that return AccessTokenUtils.ScopeModifier and TypeMethodDescriptionstatic AccessTokenUtils.Scope
static AccessTokenUtils.Scope
Returns the enum constant of this type with the specified name.static AccessTokenUtils.Scope[]
AccessTokenUtils.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.utils with parameters of type AccessTokenUtils.ScopeModifier and TypeMethodDescriptionstatic final String
AccessTokenUtils.createPersonalAccessToken
(String baseUrl, String username, String password, String tokenName, AccessTokenUtils.Scope[] scopes) Create a GitLab personal access token with the provided configuration.static final void
AccessTokenUtils.revokePersonalAccessToken
(String baseUrl, String username, String password, String tokenName, AccessTokenUtils.Scope[] scopes) Revoke the first matching GitLab personal access token.Method parameters in org.gitlab4j.api.utils with type arguments of type AccessTokenUtils.ScopeModifier and TypeMethodDescriptionstatic final String
AccessTokenUtils.createPersonalAccessToken
(String baseUrl, String username, String password, String tokenName, List<AccessTokenUtils.Scope> scopes) Create a GitLab personal access token with the provided configuration.static final void
AccessTokenUtils.revokePersonalAccessToken
(String baseUrl, String username, String password, String tokenName, List<AccessTokenUtils.Scope> scopes) Revoke the first matching GitLab personal access token.