Uses of Class
org.miaixz.bus.gitlab.models.ProjectAccessToken
Packages that use ProjectAccessToken
-
Uses of ProjectAccessToken in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return ProjectAccessTokenModifier and TypeMethodDescriptionProjectApi.createProjectAccessToken(Object projectIdOrPath, String name, List<Constants.ProjectAccessTokenScope> scopes, Date expiresAt) Creates a new project access token.ProjectApi.createProjectAccessToken(Object projectIdOrPath, String name, List<Constants.ProjectAccessTokenScope> scopes, Date expiresAt, Long accessLevel) Creates a new project access token.ProjectApi.getProjectAccessToken(Object projectIdOrPath, Long tokenId) Gets the specific project access token.ProjectApi.rotateProjectAccessToken(Object projectIdOrPath, Long tokenId) Rotates the given project access token.ProjectApi.rotateProjectAccessToken(Object projectIdOrPath, Long tokenId, Date expiresAt) Rotates the given project access token.Methods in org.miaixz.bus.gitlab that return types with arguments of type ProjectAccessTokenModifier and TypeMethodDescriptionProjectApi.listProjectAccessTokens(Object projectIdOrPath) Lists the projects access tokens for the project.