Class GlobalPermissionKey

java.lang.Object
com.atlassian.jira.permission.GlobalPermissionKey
All Implemented Interfaces:
Serializable

public final class GlobalPermissionKey extends Object implements Serializable
An identifier for a Global Permission.

You can use the pre-defined constants for the well-known system global permissions eg:

GlobalPermissionKey.ADMINISTER
or create a new GlobalPermissionKey with the static initializer eg:
GlobalPermissionKey.of("foo")
Since:
6.2.5
See Also: