public class GigyaUserValidateInterceptor extends java.lang.Object implements ValidateInterceptor<CustomerModel>
| Constructor and Description |
|---|
GigyaUserValidateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
GigyaLoginService |
getGigyaLoginService() |
UserService |
getUserService() |
void |
onValidate(CustomerModel gigyaUser,
InterceptorContext interceptorContext)
Called in the
modelService.saveAll() method. |
void |
setGigyaLoginService(GigyaLoginService gigyaLoginService) |
void |
setUserService(UserService userService) |
public void onValidate(CustomerModel gigyaUser, InterceptorContext interceptorContext) throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptor<CustomerModel>gigyaUser - the model which values has to be validatedinterceptorContext - the InterceptorContextInterceptorException - if any values of the model are not valid.public UserService getUserService()
public void setUserService(UserService userService)
public GigyaLoginService getGigyaLoginService()
public void setGigyaLoginService(GigyaLoginService gigyaLoginService)
Copyright © 2018 SAP SE. All Rights Reserved.