public class CurrentReporter extends SimpleIssueFieldSecurityType
| Constructor and Description |
|---|
CurrentReporter(JiraAuthenticationContext jiraAuthenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
doValidation(String key,
Map parameters,
JiraServiceContext jiraServiceContext) |
String |
getDisplayName() |
protected String |
getField() |
protected String |
getFieldName(String parameter)
Get the field name for this Issue Field-based Security Type given the parameter in the saved configuration.
|
protected String |
getFieldValue(Issue issue)
Returns the user key value for the given issue for the field that this security type checks.
|
String |
getType() |
Set<ApplicationUser> |
getUsers(PermissionContext ctx,
String ignored)
Returns a list of
ApplicationUsers represented by a security type instance. |
protected boolean |
hasProjectPermission(ApplicationUser user,
boolean issueCreation,
Project project) |
hasIssuePermissiongetQuery, getQuery, getQueryForProject, getQueryForSecurityLevel, hasPermission, hasPermission, hasPermission, hasPermissiongetArgumentDisplay, isValidForPermissionpublic static final String DESC
public CurrentReporter(JiraAuthenticationContext jiraAuthenticationContext)
public String getDisplayName()
public String getType()
public void doValidation(String key, Map parameters, JiraServiceContext jiraServiceContext)
protected String getFieldName(String parameter)
AbstractIssueFieldSecurityTypeSome Field based permissions are based on hard-coded fields like assignee and reporter in which case the parameter is not used. Other types use the parameter to name the particular User or Group custom field that is used for the permission.
getFieldName in class AbstractIssueFieldSecurityTypeparameter - the parameter as saved in the configprotected boolean hasProjectPermission(ApplicationUser user, boolean issueCreation, Project project)
hasProjectPermission in class AbstractIssueFieldSecurityTypeprotected String getField()
getField in class SimpleIssueFieldSecurityTypeprotected String getFieldValue(Issue issue)
SimpleIssueFieldSecurityTypegetFieldValue in class SimpleIssueFieldSecurityTypeissue - the Issuepublic Set<ApplicationUser> getUsers(PermissionContext ctx, String ignored)
SecurityTypeApplicationUsers represented by a security type instance. The collection must
not contain any nulls.ctx - The current issue and projectignored - Instance value, eg. a group name, user name, custom field idApplicationUsers.Copyright © 2002-2017 Atlassian. All Rights Reserved.