public class UserAuthenticationTokensRemovePrepareInterceptorTest
extends java.lang.Object
| Constructor and Description |
|---|
UserAuthenticationTokensRemovePrepareInterceptorTest() |
| Modifier and Type | Method and Description |
|---|---|
protected UserModel |
getUserModel() |
void |
interceptorShouldClearTokensWhenDeactivationDateIsInThePast() |
void |
interceptorShouldClearTokensWhenDeactivationDateIsTheSameAsNow() |
void |
interceptorShouldClearTokensWhenLoginDisabledFlagIsSet() |
void |
interceptorShouldNotClearTokensWhenDeactivationDateIsInTheFuture() |
void |
interceptorShouldNotClearTokensWhenDeactivationDateIsNull() |
void |
setUp() |
public UserAuthenticationTokensRemovePrepareInterceptorTest()
public void setUp()
public void interceptorShouldClearTokensWhenLoginDisabledFlagIsSet()
throws InterceptorException
InterceptorExceptionpublic void interceptorShouldClearTokensWhenDeactivationDateIsTheSameAsNow()
throws InterceptorException
InterceptorExceptionpublic void interceptorShouldClearTokensWhenDeactivationDateIsInThePast()
throws InterceptorException
InterceptorExceptionpublic void interceptorShouldNotClearTokensWhenDeactivationDateIsInTheFuture()
throws InterceptorException
InterceptorExceptionpublic void interceptorShouldNotClearTokensWhenDeactivationDateIsNull()
throws InterceptorException
InterceptorExceptionprotected UserModel getUserModel()
Copyright © 2018 SAP SE. All Rights Reserved.