Modifier and Type | Method and Description |
---|---|
Permissions.Permission |
PermissionJsonBean.asPermission() |
Modifier and Type | Method and Description |
---|---|
static PermissionJsonBean |
PermissionJsonBean.fullBean(Permissions.Permission permission) |
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
NotificationBuilder.addRestrictPermission(Permissions.Permission permission)
If permission restrictions are added, then the recipients must belong to at least one of the added permissions.
|
Modifier and Type | Method and Description |
---|---|
NotificationBuilder |
NotificationBuilder.addRestrictPermissions(List<Permissions.Permission> permissions)
If permission restrictions are added, then the recipients must belong to at least one of the added permissions.
|
Constructor and Description |
---|
GlobalPermissionType(Permissions.Permission permission,
boolean anonymousAllowed) |
Constructor and Description |
---|
UserPermissionJsonBean(Permissions.Permission permission,
boolean havePermission,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
static Permissions.Permission |
Permissions.Permission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permissions.Permission[] |
Permissions.Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.