Class GigyaUserValidateInterceptorTest

java.lang.Object
de.hybris.platform.gigya.gigyaservices.interceptor.GigyaUserValidateInterceptorTest

@UnitTest public class GigyaUserValidateInterceptorTest extends Object
  • Constructor Details

    • GigyaUserValidateInterceptorTest

      public GigyaUserValidateInterceptorTest()
  • Method Details

    • testOnValidateWhenGigyaUidExistsForANewGigyaUser

      public void testOnValidateWhenGigyaUidExistsForANewGigyaUser() throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      | gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • testOnValidateWhenGigyaUserUpdatesHisProfile

      public void testOnValidateWhenGigyaUserUpdatesHisProfile() throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      | gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithNonMandatoryAttributes

      public void testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithNonMandatoryAttributes() throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      | gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - false |
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithMandatoryAttributes

      public void testOnValidateWhenBackofficeUserUpdatesGigyaUsersProfileWithMandatoryAttributes() throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      | gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - true |
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException