Class UserPasswordChangeAuditPrepareInterceptor
java.lang.Object
de.hybris.platform.servicelayer.user.interceptors.UserPasswordChangeAuditPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<UserModel>
public class UserPasswordChangeAuditPrepareInterceptor
extends Object
implements PrepareInterceptor<UserModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(UserModel userModel, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetPasswordChangeListener(PasswordChangeListener passwordChangeListener) voidsetUserAuditFactory(UserAuditFactory userAuditFactory)
-
Constructor Details
-
UserPasswordChangeAuditPrepareInterceptor
public UserPasswordChangeAuditPrepareInterceptor()
-
-
Method Details
-
onPrepare
Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor<UserModel>- Parameters:
userModel- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
setUserAuditFactory
-
setPasswordChangeListener
-