Uses of Class
org.craftercms.studio.api.v1.exception.security.PasswordDoesNotMatchException
Packages that use PasswordDoesNotMatchException
Package
Description
-
Uses of PasswordDoesNotMatchException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw PasswordDoesNotMatchExceptionModifier and TypeMethodDescriptionUserService.changePassword(String username, String current, String newPassword) User changes password -
Uses of PasswordDoesNotMatchException in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that throw PasswordDoesNotMatchExceptionModifier and TypeMethodDescriptionbooleanUserServiceInternal.changePassword(String username, String current, String newPassword) -
Uses of PasswordDoesNotMatchException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type PasswordDoesNotMatchExceptionModifier and TypeMethodDescriptionExceptionHandlers.handlePasswordDoesNotMatchException(javax.servlet.http.HttpServletRequest request, PasswordDoesNotMatchException e) Methods in org.craftercms.studio.controller.rest.v2 that throw PasswordDoesNotMatchExceptionModifier and TypeMethodDescriptionUsersController.changePassword(@Valid ChangePasswordRequest changePasswordRequest) -
Uses of PasswordDoesNotMatchException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw PasswordDoesNotMatchExceptionModifier and TypeMethodDescriptionUserServiceImpl.changePassword(String username, String current, String newPassword) -
Uses of PasswordDoesNotMatchException in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that throw PasswordDoesNotMatchExceptionModifier and TypeMethodDescriptionbooleanUserServiceInternalImpl.changePassword(String username, String current, String newPassword)