com.atlassian.jira.security.util
Class GroupToIssueSecuritySchemeMapper

java.lang.Object
  extended by com.atlassian.jira.security.util.AbstractGroupMapper
      extended by com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
          extended by com.atlassian.jira.security.util.GroupToIssueSecuritySchemeMapper
All Implemented Interfaces:
GroupMapper

public class GroupToIssueSecuritySchemeMapper
extends AbstractGroupToSchemeMapper

Created by IntelliJ IDEA. User: owenfellows Date: 02-Aug-2004 Time: 15:28:51 To change this template use File | Settings | File Templates.


Constructor Summary
GroupToIssueSecuritySchemeMapper(IssueSecuritySchemeManager issueSecuritySchemeManager, IssueSecurityLevelManager issueSecurityLevelManager)
           
 
Method Summary
protected  Map init()
          Go through all the Issue Security Schemes and create a Map, where the key is the group name and values are Sets of Schemes
 
Methods inherited from class com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
getSchemeManager
 
Methods inherited from class com.atlassian.jira.security.util.AbstractGroupMapper
addEntry, getGroupMapping, getMappedValues, setGroupMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupToIssueSecuritySchemeMapper

public GroupToIssueSecuritySchemeMapper(IssueSecuritySchemeManager issueSecuritySchemeManager,
                                        IssueSecurityLevelManager issueSecurityLevelManager)
                                 throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException
Method Detail

init

protected Map init()
            throws org.ofbiz.core.entity.GenericEntityException
Go through all the Issue Security Schemes and create a Map, where the key is the group name and values are Sets of Schemes

Specified by:
init in class AbstractGroupMapper
Throws:
org.ofbiz.core.entity.GenericEntityException


Copyright © 2002-2008 Atlassian. All Rights Reserved.