Class RoleResolverImpl

  • All Implemented Interfaces:
    step.core.access.RoleResolver
    Direct Known Subclasses:
    MultitenantRoleResolver

    public class RoleResolverImpl
    extends java.lang.Object
    implements step.core.access.RoleResolver
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleResolverImpl​(step.core.access.UserAccessor userAccessor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRoleInContext​(step.framework.server.Session session)  
      • Methods inherited from class java.lang.Object

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

      • RoleResolverImpl

        public RoleResolverImpl​(step.core.access.UserAccessor userAccessor)
    • Method Detail

      • getRoleInContext

        public java.lang.String getRoleInContext​(step.framework.server.Session session)
        Specified by:
        getRoleInContext in interface step.core.access.RoleResolver