Class CustomPermissionHolderType

java.lang.Object
com.atlassian.jira.permission.data.CustomPermissionHolderType
All Implemented Interfaces:
PermissionHolderType

@Immutable public final class CustomPermissionHolderType extends Object implements PermissionHolderType
This is a value class that implements the PermissionHolderType interface.

Normally we want to use standard set of holder types as defined in JiraPermissionHolderType but the types are actually somewhat extensible, so this is needed.