Uses of Class
de.hybris.platform.commerceservices.customer.PasswordMismatchException
-
-
Uses of PasswordMismatchException in de.hybris.platform.b2bacceleratorservices.customer.impl
Methods in de.hybris.platform.b2bacceleratorservices.customer.impl that throw PasswordMismatchException Modifier and Type Method Description protected voidDefaultB2BCustomerAccountService. adjustPassword(UserModel currentUser, java.lang.String newUid, java.lang.String currentPassword) -
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 voidDefaultCustomerFacadeTest. testChangePassword()voidDefaultCustomerFacadeTest. testChangePasswordMismatchException() -
Uses of PasswordMismatchException in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that throw PasswordMismatchException Modifier and Type Method Description voidCustomerAccountService. changePassword(UserModel userModel, java.lang.String oldPassword, java.lang.String newPassword)Changes user password.voidCustomerAccountService. changeUid(java.lang.String newUid, java.lang.String currentPassword)Changes uid for current user -
Uses of PasswordMismatchException in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that throw PasswordMismatchException Modifier and Type Method Description protected voidDefaultCustomerAccountService. adjustPassword(UserModel currentUser, java.lang.String newUid, java.lang.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, java.lang.String oldPassword, java.lang.String newPassword)voidDefaultCustomerAccountService. changeUid(java.lang.String newUid, java.lang.String currentPassword)voidDefaultCustomerAccountServiceTest. testChangePassword()voidDefaultCustomerAccountServiceTest. testChangePasswordAnonymousUser()voidDefaultCustomerAccountServiceTest. testChangePasswordPasswordsDontMatch()
-