Uses of Enum Class
org.miaixz.bus.gitlab.models.ImpersonationToken.Scope
Packages that use ImpersonationToken.Scope
-
Uses of ImpersonationToken.Scope in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type ImpersonationToken.ScopeModifier and TypeMethodDescriptionGroupApi.createGroupAccessToken(Object groupIdOrPath, String name, String description, Date expiresAt, ImpersonationToken.Scope[] scopes, AccessLevel accessLevel) Create a group access token.UserApi.createImpersonationToken(Object userIdOrUsername, String name, Date expiresAt, ImpersonationToken.Scope[] scopes) Create an impersonation token.UserApi.createPersonalAccessToken(Object userIdOrUsername, String name, String description, Date expiresAt, ImpersonationToken.Scope[] scopes) Create a personal access token.UserApi.createPersonalAccessToken(String name, String description, Date expiresAt, ImpersonationToken.Scope[] scopes) Create a personal access token for your account. -
Uses of ImpersonationToken.Scope in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return ImpersonationToken.ScopeModifier and TypeMethodDescriptionstatic ImpersonationToken.Scopestatic ImpersonationToken.ScopeReturns the enum constant of this class with the specified name.static ImpersonationToken.Scope[]ImpersonationToken.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models that return types with arguments of type ImpersonationToken.ScopeMethod parameters in org.miaixz.bus.gitlab.models with type arguments of type ImpersonationToken.ScopeModifier and TypeMethodDescriptionvoidImpersonationToken.setScopes(List<ImpersonationToken.Scope> scopes)