Class UserAuthenticationTokensRemovePrepareInterceptor
- java.lang.Object
-
- de.hybris.platform.servicelayer.user.interceptors.UserAuthenticationTokensRemovePrepareInterceptor
-
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<UserModel>
public class UserAuthenticationTokensRemovePrepareInterceptor extends java.lang.Object implements PrepareInterceptor<UserModel>
-
-
Constructor Summary
Constructors Constructor Description UserAuthenticationTokensRemovePrepareInterceptor(TimeService timeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonPrepare(UserModel userModel, InterceptorContext ctx)Called in themodelService.saveAll()method.
-
-
-
Constructor Detail
-
UserAuthenticationTokensRemovePrepareInterceptor
public UserAuthenticationTokensRemovePrepareInterceptor(TimeService timeService)
-
-
Method Detail
-
onPrepare
public void onPrepare(UserModel userModel, InterceptorContext ctx) throws InterceptorException
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
-
-