public class UserPasswordChangeAuditPrepareInterceptor extends Object implements PrepareInterceptor<UserModel>
| Constructor and Description |
|---|
UserPasswordChangeAuditPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(UserModel userModel,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setUserAuditFactory(UserAuditFactory userAuditFactory) |
public UserPasswordChangeAuditPrepareInterceptor()
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 preparationpublic void setUserAuditFactory(UserAuditFactory userAuditFactory)
Copyright © 2017 SAP SE. All Rights Reserved.