@PublicApi
public interface PermissionHolderType
Types are stored in the DB and identifies by keys. Each type can specify whether it expects an additional parameter.
Standard JIRA permission holder types are defined in the JiraPermissionHolderType
enum.
Implementations of this interface are required to be immutable.
PermissionHolder
,
JiraPermissionHolderType
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns a key that will be stored in the database and identify this holder type.
|
boolean |
requiresParameter()
True if this type requires an additional parameter, false otherwise.
|
String getKey()
boolean requiresParameter()
Copyright © 2002-2019 Atlassian. All Rights Reserved.