Class GigyaUserValidateInterceptor

java.lang.Object
de.hybris.platform.gigya.gigyaservices.interceptor.GigyaUserValidateInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<CustomerModel>

public class GigyaUserValidateInterceptor extends Object implements de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<CustomerModel>
Validates mandatory gigya information exists in model
  • Constructor Details

    • GigyaUserValidateInterceptor

      public GigyaUserValidateInterceptor()
  • Method Details

    • onValidate

      public void onValidate(CustomerModel gigyaUser, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      Specified by:
      onValidate in interface de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<CustomerModel>
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • getGigyaMandatoryAttributes

      protected String getGigyaMandatoryAttributes()
    • getUserService

      public de.hybris.platform.servicelayer.user.UserService getUserService()
    • setUserService

      public void setUserService(de.hybris.platform.servicelayer.user.UserService userService)
    • getGigyaLoginService

      public GigyaLoginService getGigyaLoginService()
    • setGigyaLoginService

      public void setGigyaLoginService(GigyaLoginService gigyaLoginService)