Uses of Class
de.hybris.platform.commercefacades.user.exceptions.PasswordMismatchException
Packages that use PasswordMismatchException
Package
Description
-
Uses of PasswordMismatchException in de.hybris.platform.b2bacceleratorfacades.customer.impl
Methods in de.hybris.platform.b2bacceleratorfacades.customer.impl that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionvoidDefaultB2BCustomerFacade.changePassword(String oldPassword, String newPassword) -
Uses of PasswordMismatchException in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that throw PasswordMismatchException -
Uses of PasswordMismatchException in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionvoidDefaultCustomerFacade.changePassword(String oldPassword, 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 PasswordMismatchExceptionModifier and TypeMethodDescriptionCustomersController.changeLogin(String newLogin, 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.