Package step.core.access
Class MatrixRoleProvider
- java.lang.Object
-
- step.core.access.MatrixRoleProvider
-
- All Implemented Interfaces:
step.core.access.RoleProvider
,step.core.GlobalContextAware
public class MatrixRoleProvider extends Object implements step.core.access.RoleProvider, step.core.GlobalContextAware
-
-
Field Summary
Fields Modifier and Type Field Description static List<step.core.access.Role>
roleHierarchy
-
Constructor Summary
Constructors Constructor Description MatrixRoleProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<step.core.access.Role>
getRoles()
void
setGlobalContext(step.core.GlobalContext context)
-
-
-
Field Detail
-
roleHierarchy
public static List<step.core.access.Role> roleHierarchy
-
-
Method Detail
-
setGlobalContext
public void setGlobalContext(step.core.GlobalContext context)
- Specified by:
setGlobalContext
in interfacestep.core.GlobalContextAware
-
getRoles
public List<step.core.access.Role> getRoles()
- Specified by:
getRoles
in interfacestep.core.access.RoleProvider
-
-