Class UserAuthenticationTokensRemovePrepareInterceptorTest

java.lang.Object
de.hybris.platform.servicelayer.user.interceptors.UserAuthenticationTokensRemovePrepareInterceptorTest

public class UserAuthenticationTokensRemovePrepareInterceptorTest extends Object
  • Constructor Details

    • UserAuthenticationTokensRemovePrepareInterceptorTest

      public UserAuthenticationTokensRemovePrepareInterceptorTest()
  • Method Details

    • setUp

      public void setUp()
    • interceptorShouldClearTokensWhenLoginDisabledFlagIsSet

      public void interceptorShouldClearTokensWhenLoginDisabledFlagIsSet() throws InterceptorException
      Throws:
      InterceptorException
    • interceptorShouldClearTokensWhenDeactivationDateIsTheSameAsNow

      public void interceptorShouldClearTokensWhenDeactivationDateIsTheSameAsNow() throws InterceptorException
      Throws:
      InterceptorException
    • interceptorShouldClearTokensWhenDeactivationDateIsInThePast

      public void interceptorShouldClearTokensWhenDeactivationDateIsInThePast() throws InterceptorException
      Throws:
      InterceptorException
    • interceptorShouldNotClearTokensWhenDeactivationDateIsInTheFuture

      public void interceptorShouldNotClearTokensWhenDeactivationDateIsInTheFuture() throws InterceptorException
      Throws:
      InterceptorException
    • interceptorShouldNotClearTokensWhenDeactivationDateIsNull

      public void interceptorShouldNotClearTokensWhenDeactivationDateIsNull() throws InterceptorException
      Throws:
      InterceptorException
    • getUserModel

      protected UserModel getUserModel()