com.atlassian.jira.security.util
Class GroupToIssueSecuritySchemeMapper
java.lang.Object
com.atlassian.jira.security.util.AbstractGroupMapper
com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
com.atlassian.jira.security.util.GroupToIssueSecuritySchemeMapper
- All Implemented Interfaces:
- GroupMapper
public class GroupToIssueSecuritySchemeMapper
- extends AbstractGroupToSchemeMapper
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupToIssueSecuritySchemeMapper
public GroupToIssueSecuritySchemeMapper(IssueSecuritySchemeManager issueSecuritySchemeManager,
IssueSecurityLevelManager issueSecurityLevelManager)
throws org.ofbiz.core.entity.GenericEntityException
- Throws:
org.ofbiz.core.entity.GenericEntityException
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-2013 Atlassian. All Rights Reserved.