Class SameTenantRoleHierarchyCandidatePredicate

java.lang.Object
io.jmix.multitenancyflowui.impl.SameTenantRoleHierarchyCandidatePredicate
All Implemented Interfaces:
RoleHierarchyCandidatePredicate, BiPredicate<BaseRole,BaseRole>

public class SameTenantRoleHierarchyCandidatePredicate extends Object implements RoleHierarchyCandidatePredicate
Implementation of RoleHierarchyCandidatePredicate that allows role to be selected as a base one only if it from the same tenant only.
  • Field Details

  • Constructor Details

    • SameTenantRoleHierarchyCandidatePredicate

      public SameTenantRoleHierarchyCandidatePredicate()
  • Method Details