Class UserAuthenticationTokensRemovePrepareInterceptorTest
java.lang.Object
de.hybris.platform.servicelayer.user.interceptors.UserAuthenticationTokensRemovePrepareInterceptorTest
-
Constructor Details
-
UserAuthenticationTokensRemovePrepareInterceptorTest
public UserAuthenticationTokensRemovePrepareInterceptorTest()
-
-
Method Details
-
setUp
public void setUp() -
interceptorShouldClearTokensWhenLoginDisabledFlagIsSet
- 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
- Throws:
InterceptorException
-
getUserModel
-