Package com.hybris.backoffice.user
Class BackofficePrincipalHierarchyCheckingStrategyTest
- java.lang.Object
-
- com.hybris.backoffice.user.BackofficePrincipalHierarchyCheckingStrategyTest
-
public class BackofficePrincipalHierarchyCheckingStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BackofficePrincipalHierarchyCheckingStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldConflictOnActiveRoleHierarchy()voidshouldConflictOnDirectGroupAndIndirectActiveRole()voidshouldConflictOnInactiveRoleInLegacyMode()voidshouldIgnoreInactiveRole()
-
-
-
Method Detail
-
shouldConflictOnDirectGroupAndIndirectActiveRole
public void shouldConflictOnDirectGroupAndIndirectActiveRole()
-
shouldIgnoreInactiveRole
public void shouldIgnoreInactiveRole()
-
shouldConflictOnActiveRoleHierarchy
public void shouldConflictOnActiveRoleHierarchy()
-
shouldConflictOnInactiveRoleInLegacyMode
public void shouldConflictOnInactiveRoleInLegacyMode()
-
-