Class MatrixRoleProvider

  • All Implemented Interfaces:
    step.core.access.RoleProvider, step.core.GlobalContextAware

    public class MatrixRoleProvider
    extends java.lang.Object
    implements step.core.access.RoleProvider, step.core.GlobalContextAware
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<step.core.access.Role> roleHierarchy  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<step.core.access.Role> getRoles()  
      void setGlobalContext​(step.core.GlobalContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • roleHierarchy

        public static java.util.List<step.core.access.Role> roleHierarchy
    • Constructor Detail

      • MatrixRoleProvider

        public MatrixRoleProvider()
    • Method Detail

      • setGlobalContext

        public void setGlobalContext​(step.core.GlobalContext context)
        Specified by:
        setGlobalContext in interface step.core.GlobalContextAware
      • getRoles

        public java.util.List<step.core.access.Role> getRoles()
        Specified by:
        getRoles in interface step.core.access.RoleProvider