Class CoreRememberMeServiceLoginTokenTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class CoreRememberMeServiceLoginTokenTest extends ServicelayerBaseTest
  • Constructor Details

    • CoreRememberMeServiceLoginTokenTest

      public CoreRememberMeServiceLoginTokenTest()
  • Method Details

    • setUp

      public void setUp()
    • clean

      public void clean()
    • processAutoLoginWithEnhancedTokenShouldBeSuccessful

      public void processAutoLoginWithEnhancedTokenShouldBeSuccessful() throws Exception
      Throws:
      Exception
    • processAutoLoginWithEnhancedTokenWithExpiredTTLShouldReturnNullAuthentication

      public void processAutoLoginWithEnhancedTokenWithExpiredTTLShouldReturnNullAuthentication() throws Exception
      Throws:
      Exception
    • processAutoLoginWithBaseTokenWithExpiredTTLShouldBeSuccessful

      public void processAutoLoginWithBaseTokenWithExpiredTTLShouldBeSuccessful() throws Exception
      Throws:
      Exception
    • processAutoLoginWithBaseTokenStrategyShouldReturnAuthenticationForEnhancedToken

      public void processAutoLoginWithBaseTokenStrategyShouldReturnAuthenticationForEnhancedToken() throws Exception
      Throws:
      Exception
    • processAutoLoginWithEnhancedTokenStrategyShouldReturnEmptyAuthenticationForBaseToken

      public void processAutoLoginWithEnhancedTokenStrategyShouldReturnEmptyAuthenticationForBaseToken() throws Exception
      Throws:
      Exception
    • processAutoLoginWithBaseTokenShouldBeSuccessful

      public void processAutoLoginWithBaseTokenShouldBeSuccessful() throws Exception
      Throws:
      Exception
    • processAutoLoginShouldReturnNullWhenAutoLoginIsDisabled

      public void processAutoLoginShouldReturnNullWhenAutoLoginIsDisabled() throws Exception
      Throws:
      Exception
    • processAutoLoginShouldReturnNullWhenFunctionalityOfLoginTokenIsDisabledForHac

      public void processAutoLoginShouldReturnNullWhenFunctionalityOfLoginTokenIsDisabledForHac() throws Exception
      Throws:
      Exception
    • shouldNotProceedAutoLoginForStringBasedLoginTokenWhenPropertyDisabled

      public void shouldNotProceedAutoLoginForStringBasedLoginTokenWhenPropertyDisabled()
    • shouldProceedAutoLoginForStringBasedLoginTokenWhenPropertyEnabled

      public void shouldProceedAutoLoginForStringBasedLoginTokenWhenPropertyEnabled()