public class UserAuthenticationTokensRemovePrepareInterceptor extends java.lang.Object implements PrepareInterceptor<UserModel>
| Constructor and Description |
|---|
UserAuthenticationTokensRemovePrepareInterceptor(TimeService timeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(UserModel userModel,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
public UserAuthenticationTokensRemovePrepareInterceptor(TimeService timeService)
public void onPrepare(UserModel userModel, InterceptorContext ctx) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<UserModel>userModel - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationCopyright © 2018 SAP SE. All Rights Reserved.