Class BackofficeSSOServiceTest

    • Constructor Detail

      • BackofficeSSOServiceTest

        public BackofficeSSOServiceTest()
    • Method Detail

      • setup

        public void setup()
      • shouldEnableBackofficeLoginWhenPropertyMappingEnablesIt

        public void shouldEnableBackofficeLoginWhenPropertyMappingEnablesIt()
      • shouldEnableBackofficeLoginIfAnyOfThePropertyMappingsEnableIt

        public void shouldEnableBackofficeLoginIfAnyOfThePropertyMappingsEnableIt()
      • shouldDisallowAccessWhenPropertyMappingIsNotSet

        public void shouldDisallowAccessWhenPropertyMappingIsNotSet()
      • shouldDisallowAccessWhenPropertyMappingDisablesIt

        public void shouldDisallowAccessWhenPropertyMappingDisablesIt()
      • shouldEnableBackofficeLoginIfMappingInDatabaseEnablesIt

        public void shouldEnableBackofficeLoginIfMappingInDatabaseEnablesIt()
      • shouldEnableBackofficeLoginIfAnyOfTheMappingsInDatabaseEnableIt

        public void shouldEnableBackofficeLoginIfAnyOfTheMappingsInDatabaseEnableIt()
      • shouldDisallowAccessWhenMappingInDatabaseDoesntEnableIt

        public void shouldDisallowAccessWhenMappingInDatabaseDoesntEnableIt()
      • shouldDisallowAccessWhenNoneOfTheMappingsInDatabaseEnableIt

        public void shouldDisallowAccessWhenNoneOfTheMappingsInDatabaseEnableIt()
      • shouldNotChangeBackofficeLoginDisabledIfUserHasItAlreadySet

        public void shouldNotChangeBackofficeLoginDisabledIfUserHasItAlreadySet()
      • shouldChangeBackofficeLoginDisabledIfUserDoesntHaveItSet

        public void shouldChangeBackofficeLoginDisabledIfUserDoesntHaveItSet()