Uses of Class
de.hybris.platform.commercefacades.user.exceptions.PasswordMismatchException
-
-
Uses of PasswordMismatchException in de.hybris.platform.b2bacceleratorfacades.customer.impl
Methods in de.hybris.platform.b2bacceleratorfacades.customer.impl that throw PasswordMismatchException Modifier and Type Method Description voidDefaultB2BCustomerFacade. changePassword(java.lang.String oldPassword, java.lang.String newPassword) -
Uses of PasswordMismatchException in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that throw PasswordMismatchException Modifier and Type Method Description voidCustomerFacade. changePassword(java.lang.String oldPassword, java.lang.String newPassword)Changes current user password.voidCustomerFacade. changeUid(java.lang.String newUid, java.lang.String currentPassword)Change the current customer's UID. -
Uses of PasswordMismatchException in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that throw PasswordMismatchException Modifier and Type Method Description voidDefaultCustomerFacade. changePassword(java.lang.String oldPassword, java.lang.String newPassword)voidDefaultCustomerFacadeIntegrationTest. testUpdateEmailByTheCase()voidDefaultCustomerFacadeIntegrationTest. testUpdateEmailCaseInsensitive()voidDefaultCustomerFacadeIntegrationTest. testUpdateUidInvalidPassword() -
Uses of PasswordMismatchException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw PasswordMismatchException Modifier and Type Method Description LoginChangeResponseCustomersController. changeLogin(java.lang.String newLogin, java.lang.String password)Web service for changing customer login.
Sample call: https://localhost:9002/rest/v1/mysite/customers/current/login?newLogin=:newLogin&password=:password
Method requires customer authentication and is restricted toHTTPSchannel.
Method type :POST.
-