Class UserPasswordEncodingPreparer
- java.lang.Object
-
- de.hybris.platform.servicelayer.user.interceptors.UserPasswordEncodingPreparer
-
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
public class UserPasswordEncodingPreparer extends java.lang.Object implements PrepareInterceptor
This prepare interceptor sets for the user the default password encoding (key is '*') if this attribute is empty.
-
-
Constructor Summary
Constructors Constructor Description UserPasswordEncodingPreparer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonPrepare(java.lang.Object model, InterceptorContext ctx)Called in themodelService.saveAll()method.voidsetPasswordEncoderService(PasswordEncoderService passwordEncoderService)
-
-
-
Method Detail
-
onPrepare
public void onPrepare(java.lang.Object model, InterceptorContext ctx) throws InterceptorExceptionDescription copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
setPasswordEncoderService
public void setPasswordEncoderService(PasswordEncoderService passwordEncoderService)
-
-