| Modifier and Type | Class and Description |
|---|---|
class |
JiraPermissionHolderType
Permission holder types defined by JIRA.
|
| Modifier and Type | Method and Description |
|---|---|
PermissionHolderType |
PermissionHolder.getType() |
| Modifier and Type | Method and Description |
|---|---|
static PermissionHolder |
PermissionHolder.holder(PermissionHolderType type) |
static PermissionHolder |
PermissionHolder.holder(PermissionHolderType type,
String parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomPermissionHolderType
This is a value class that implements the
PermissionHolderType interface. |
| Modifier and Type | Method and Description |
|---|---|
static PermissionHolderType |
CustomPermissionHolderType.permissionHolderType(String key,
String parameter) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<PermissionHolderType> |
PermissionHolderTypeMapping.fromRestType(String holderType) |
| Modifier and Type | Method and Description |
|---|---|
PermissionHolderBean |
PermissionGrantBeanExpander.expand(PermissionHolderBean grantBean,
PermissionHolderType holderType,
List<PermissionSchemeExpandParam> expands) |
boolean |
PermissionSchemeExpandParam.expandsType(PermissionHolderType type) |
static String |
PermissionHolderTypeMapping.toRestType(PermissionHolderType holderType) |
| Modifier and Type | Method and Description |
|---|---|
PermissionHolderBean |
PermissionGrantBeanExpanderImpl.expand(PermissionHolderBean grantBean,
PermissionHolderType holderType,
List<PermissionSchemeExpandParam> expands) |
Copyright © 2002-2016 Atlassian. All Rights Reserved.