public abstract class AbstractSecurityType extends Object implements SecurityType
| Constructor and Description |
|---|
AbstractSecurityType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgumentDisplay(String argument) |
boolean |
isValidForPermission(ProjectPermissionKey permissionKey)
This abstract class will always return true for this method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPermissionFieldContents, getPermissionFieldContents, getUsers, isTopLevelIssueSecurityPermission, isTopLevelProjectPermissiondoValidation, getDisplayName, getType, hasPermission, hasPermission, hasPermission, hasPermissionpublic String getArgumentDisplay(String argument)
getArgumentDisplay in interface SecurityTypepublic boolean isValidForPermission(ProjectPermissionKey permissionKey)
isValidForPermission in interface SchemeTypepermissionKey - the id of the permission.CurrentReporterHasCreatePermissionCopyright © 2002-2023 Atlassian. All Rights Reserved.