Class BackofficeSSOServiceTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class BackofficeSSOServiceTest extends ServicelayerTransactionalTest
  • Constructor Details

    • BackofficeSSOServiceTest

      public BackofficeSSOServiceTest()
  • Method Details

    • 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()