Package com.almworks.jira.structure.api.permissions
package com.almworks.jira.structure.api.permissions
-
ClassDescriptionCore app-level permissions checked by Structure.This enumeration lists possible values for the access levels.A list of
PermissionRules is used to define aPermissionLevelfor a given user.This rules applies a list of rules taken from a Structure, identified by the structure ID.This rule sets the permission level to a specific value in case the user matchesPermissionSubject.PermissionSubjectis an abstraction used to specify which users a particular permission is applicable to.Represents "anyone", a subject that would match all users, even anonymous.Represents a specific group in JIRA, matching only the users that belong to that group.Represents a specific user in JIRA, matching only that user.Represents a specific project role in a specific project, matching the users that belong to that project role in that project.Used to visit specific subtypes ofPermissionSubject.App-level permission.