public class

GroupToPermissionSchemeMapper

extends AbstractGroupToSchemeMapper
java.lang.Object
   ↳ com.atlassian.jira.security.util.AbstractGroupMapper
     ↳ com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
       ↳ com.atlassian.jira.security.util.GroupToPermissionSchemeMapper

Summary

Public Constructors
GroupToPermissionSchemeMapper(PermissionSchemeManager permissionSchemeManager, PermissionManager permissionManager)
Protected Methods
Map init()
Nasty hacks to get around the dependencies problem
Map realInit()
Go through all the Permission Schemes and create a Map, where the key is the group name and values are Sets of Schemes
[Expand]
Inherited Methods
From class com.atlassian.jira.security.util.AbstractGroupToSchemeMapper
From class com.atlassian.jira.security.util.AbstractGroupMapper
From class java.lang.Object
From interface com.atlassian.jira.security.util.GroupMapper

Public Constructors

public GroupToPermissionSchemeMapper (PermissionSchemeManager permissionSchemeManager, PermissionManager permissionManager)

Throws
GenericEntityException

Protected Methods

protected Map init ()

Nasty hacks to get around the dependencies problem

Throws
GenericEntityException

protected Map realInit ()

Go through all the Permission Schemes and create a Map, where the key is the group name and values are Sets of Schemes

Throws
GenericEntityException