com.atlassian.jira.security.type
Class GroupDropdown
java.lang.Object
com.atlassian.jira.security.type.AbstractSecurityType
com.atlassian.jira.security.type.AbstractProjectsSecurityType
com.atlassian.jira.security.type.GroupDropdown
- All Implemented Interfaces:
- SchemeType, SecurityType
public class GroupDropdown
- 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
GroupDropdown
public GroupDropdown(JiraAuthenticationContext jiraAuthenticationContext)
getDisplayName
public String getDisplayName()
getType
public String getType()
getGroups
public List getGroups()
hasPermission
public boolean hasPermission(org.ofbiz.core.entity.GenericValue entity,
String group)
- If there is no user passed to a security type then they have the permission if there is no group set
- Parameters:
entity - - not usedgroup - The group. If it is null then it is Anyone
- Returns:
- true if anonymous Users have this permission.
- See Also:
AbstractIssueFieldSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
AbstractIssueFieldSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
ProjectLead.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
SingleUser.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String)
hasPermission
public boolean hasPermission(org.ofbiz.core.entity.GenericValue entity,
String group,
User user,
boolean issueCreation)
- Determines if the use is part of a group that has the permission
- Parameters:
entity - not usedgroup - The group. If it is null then it is Anyoneuser - The user to check if they are in the group, must not be nullissueCreation - not used
- Returns:
- true if the given User has this permission.
- See Also:
AbstractIssueFieldSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
AbstractIssueFieldSecurityType.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
ProjectLead.hasPermission(org.ofbiz.core.entity.GenericValue, java.lang.String),
SingleUser.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 groupName)
- 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 projectgroupName - Instance value, eg. a group name, user name, custom field id
- Returns:
- A set of
Users.
Copyright © 2002-2009 Atlassian. All Rights Reserved.