com.atlassian.jira.security.type
Class CurrentAssignee

java.lang.Object
  extended by com.atlassian.jira.security.type.AbstractSecurityType
      extended by com.atlassian.jira.security.type.AbstractIssueFieldSecurityType
          extended by com.atlassian.jira.security.type.CurrentAssignee
All Implemented Interfaces:
SchemeType, SecurityType

public class CurrentAssignee
extends AbstractIssueFieldSecurityType


Field Summary
static java.lang.String DESC
           
 
Constructor Summary
CurrentAssignee(JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 void doValidation(java.lang.String key, java.util.Map parameters, JiraServiceContext jiraServiceContext)
           
 java.lang.String getDisplayName()
           
protected  java.lang.String getField()
           
protected  java.lang.String getFieldName()
           
 java.lang.String getType()
           
 java.util.Set getUsers(PermissionContext ctx, java.lang.String ignored)
          Returns a list of Users represented by a security type instance.
protected  boolean hasProjectPermission(com.opensymphony.user.User user, boolean issueCreation, org.ofbiz.core.entity.GenericValue project)
          This should return two different values depending on where it is called from.
 
Methods inherited from class com.atlassian.jira.security.type.AbstractIssueFieldSecurityType
getQuery, getQuery, getQueryForProject, getQueryForSecurityLevel, hasIssuePermission, hasPermission, hasPermission
 
Methods inherited from class com.atlassian.jira.security.type.AbstractSecurityType
getArgumentDisplay, isValidForPermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESC

public static final java.lang.String DESC
See Also:
Constant Field Values
Constructor Detail

CurrentAssignee

public CurrentAssignee(JiraAuthenticationContext jiraAuthenticationContext)
Method Detail

getDisplayName

public java.lang.String getDisplayName()

getType

public java.lang.String getType()

doValidation

public void doValidation(java.lang.String key,
                         java.util.Map parameters,
                         JiraServiceContext jiraServiceContext)

getFieldName

protected java.lang.String getFieldName()
Specified by:
getFieldName in class AbstractIssueFieldSecurityType

hasProjectPermission

protected boolean hasProjectPermission(com.opensymphony.user.User user,
                                       boolean issueCreation,
                                       org.ofbiz.core.entity.GenericValue project)
This should return two different values depending on where it is called from. If we are creating an Issue we want to return FALSE but otherwise TRUE

Specified by:
hasProjectPermission in class AbstractIssueFieldSecurityType

getField

protected java.lang.String getField()
Specified by:
getField in class AbstractIssueFieldSecurityType

getUsers

public java.util.Set getUsers(PermissionContext ctx,
                              java.lang.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.

Specified by:
getUsers in interface SecurityType
Overrides:
getUsers in class AbstractIssueFieldSecurityType
Parameters:
ctx - The current issue and project
ignored - Instance value, eg. a group name, user name, custom field id
Returns:
A set of Users.


Copyright © 2002-2010 Atlassian. All Rights Reserved.