Class UserAuthenticationTokensRemovePrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.user.interceptors.UserAuthenticationTokensRemovePrepareInterceptorTest
-
public class UserAuthenticationTokensRemovePrepareInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UserAuthenticationTokensRemovePrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserModelgetUserModel()voidinterceptorShouldClearTokensWhenDeactivationDateIsInThePast()voidinterceptorShouldClearTokensWhenDeactivationDateIsTheSameAsNow()voidinterceptorShouldClearTokensWhenLoginDisabledFlagIsSet()voidinterceptorShouldNotClearTokensWhenDeactivationDateIsInTheFuture()voidinterceptorShouldNotClearTokensWhenDeactivationDateIsNull()voidsetUp()
-
-
-
Method Detail
-
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()
-
-