Uses of Class
de.hybris.platform.commerceservices.customer.PasswordMismatchException
Packages that use PasswordMismatchException
Package
Description
-
Uses of PasswordMismatchException in de.hybris.platform.b2bacceleratorservices.customer.impl
Methods in de.hybris.platform.b2bacceleratorservices.customer.impl that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionprotected voidDefaultB2BCustomerAccountService.adjustPassword(UserModel currentUser, String newUid, String currentPassword) -
Uses of PasswordMismatchException in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionvoidDefaultCustomerFacadeTest.testChangePassword()voidDefaultCustomerFacadeTest.testChangePasswordMismatchException() -
Uses of PasswordMismatchException in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that throw PasswordMismatchException -
Uses of PasswordMismatchException in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that throw PasswordMismatchExceptionModifier and TypeMethodDescriptionprotected voidDefaultCustomerAccountService.adjustPassword(UserModel currentUser, String newUid, String currentPassword) Adjusts a given current userPrincipalModel.UIDwith a newUid value unless the user with newUid does not exists and password for current user matches given currentPassword.voidDefaultCustomerAccountService.changePassword(UserModel userModel, String oldPassword, String newPassword) voidvoidDefaultCustomerAccountServiceTest.testChangePassword()voidDefaultCustomerAccountServiceTest.testChangePasswordAnonymousUser()voidDefaultCustomerAccountServiceTest.testChangePasswordPasswordsDontMatch()voidDefaultCustomerAccountServiceTest.testChangeUidToNoneExistAccountShouldDelay()