com.atlassian.jira.security.util
Class AbstractGroupMapper

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

public abstract class AbstractGroupMapper
extends Object
implements GroupMapper


Constructor Summary
AbstractGroupMapper()
           
 
Method Summary
protected  void addEntry(Map map, Object key, Object value)
           
protected  Map getGroupMapping()
           
 Collection getMappedValues(String groupName)
           
protected abstract  Map init()
           
protected  void setGroupMapping(Map groupToSchemeMapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGroupMapper

public AbstractGroupMapper()
Method Detail

init

protected abstract Map init()
                     throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

addEntry

protected void addEntry(Map map,
                        Object key,
                        Object value)

getGroupMapping

protected Map getGroupMapping()

setGroupMapping

protected void setGroupMapping(Map groupToSchemeMapping)

getMappedValues

public Collection getMappedValues(String groupName)
Specified by:
getMappedValues in interface GroupMapper


Copyright © 2002-2012 Atlassian. All Rights Reserved.