public enum AuthGitlabScope extends Enum<AuthGitlabScope> implements AuthScope
| 枚举常量和说明 |
|---|
API |
EMAIL |
OPENID |
PROFILE |
READ_API |
READ_REGISTRY |
READ_REPOSITORY |
READ_USER
scope 含义,以description 为准 |
SUDO |
WRITE_REGISTRY |
WRITE_REPOSITORY |
public static final AuthGitlabScope READ_USER
scope 含义,以description 为准public static final AuthGitlabScope OPENID
public static final AuthGitlabScope PROFILE
public static final AuthGitlabScope EMAIL
public static final AuthGitlabScope READ_API
public static final AuthGitlabScope READ_REPOSITORY
public static final AuthGitlabScope WRITE_REPOSITORY
public static final AuthGitlabScope READ_REGISTRY
public static final AuthGitlabScope WRITE_REGISTRY
public static final AuthGitlabScope SUDO
public static final AuthGitlabScope API
public static AuthGitlabScope[] values()
for (AuthGitlabScope c : AuthGitlabScope.values()) System.out.println(c);
public static AuthGitlabScope valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.