Class GigyaUserValidateInterceptorTest
java.lang.Object
de.hybris.platform.gigya.gigyaservices.interceptor.GigyaUserValidateInterceptorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - true |void| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - employee | mandatoryAttributesModified - false |void| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |void| gigyaUidExists - true | gigyaUserNew - false | gigyaUserModified - true | modifyingUser - user | mandatoryAttributesModified - false |
-
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
-