Class RejectUserPreAuthenticationChecksTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class RejectUserPreAuthenticationChecksTest extends ServicelayerBaseTest
  • Constructor Details

    • RejectUserPreAuthenticationChecksTest

      public RejectUserPreAuthenticationChecksTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • shouldNotThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookUpUserIsByPK

      public void shouldNotThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookUpUserIsByPK()
    • shouldThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookupUserIsByLogin

      public void shouldThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookupUserIsByLogin()
    • shouldNotThrowExceptionIfStrategyIsAwareOfMultipleDecorationAndLookupCustomerIsByLogin

      public void shouldNotThrowExceptionIfStrategyIsAwareOfMultipleDecorationAndLookupCustomerIsByLogin()
    • shouldReturnNullForPKIfUserDetailsAreNotInstanceOfCoreUserDetails

      public void shouldReturnNullForPKIfUserDetailsAreNotInstanceOfCoreUserDetails()
    • shouldReturnNullForPKIfCoreUserDetailsDoesNotContainPK

      public void shouldReturnNullForPKIfCoreUserDetailsDoesNotContainPK()
    • shouldReturnPKForCoreUserDetails

      public void shouldReturnPKForCoreUserDetails()