com.atlassian.jira.security.type
Class ProjectLead
java.lang.Object
com.atlassian.jira.security.type.AbstractSecurityType
com.atlassian.jira.security.type.AbstractProjectsSecurityType
com.atlassian.jira.security.type.ProjectLead
- All Implemented Interfaces:
- SchemeType, SecurityType
public class ProjectLead
- extends AbstractProjectsSecurityType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESC
public static final String DESC
- See Also:
- Constant Field Values
ProjectLead
public ProjectLead(JiraAuthenticationContext jiraAuthenticationContext)
getDisplayName
public String getDisplayName()
getType
public String getType()
hasPermission
public boolean hasPermission(org.ofbiz.core.entity.GenericValue entity,
String argument)
- Description copied from interface:
SchemeType
- Interface for determining if a permission type has the permission.
This method is called if there is no Remote User (ie anonymous)
- Parameters:
entity - This is the issue or the project that the security is being checked forargument - If this particular SchemeType has been configured with a parameter, then this parameter is passed (eg. Group Name for GroupDropdown)
- Returns:
- true if anonymous Users have this permission.
hasPermission
public boolean hasPermission(org.ofbiz.core.entity.GenericValue entity,
String argument,
User user,
boolean issueCreation)
- Determines if the user is the project lead for the project. The current project is derived from the entity using JiraUtils.getProject.
If it is not then false is returned.
- Parameters:
entity - The Generic Value. Should be an Issue or a Projectargument - Not needed for this implementationuser - User to check the permission on. If it is null then the check is made on the current userissueCreation -
- Returns:
- true if the user is the project lead otherwise false
- See Also:
AbstractIssueFieldSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
AbstractIssueFieldSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
SingleUser.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
GroupDropdown.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String)
doValidation
public void doValidation(String key,
Map parameters,
JiraServiceContext jiraServiceContext)
getUsers
public Set getUsers(PermissionContext ctx,
String ignored)
- Description copied from interface:
SecurityType
- Returns a list of
Users represented by a security type instance. The collection must
not contain any nulls.
- Parameters:
ctx - The current issue and projectignored - Instance value, eg. a group name, user name, custom field id
- Returns:
- A set of
Users.
Copyright © 2002-2009 Atlassian. All Rights Reserved.