| Package | Description |
|---|---|
| com.broadleafcommerce.auth.user.service.password | |
| com.broadleafcommerce.auth.user.validation | |
| com.broadleafcommerce.auth.user.web.endpoint |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultUserPasswordService.changePassword(ChangePasswordForm changePasswordForm,
org.springframework.validation.BindingResult errors) |
boolean |
UserPasswordService.changePassword(ChangePasswordForm changePasswordForm,
org.springframework.validation.BindingResult errors)
From the provided
ChangePasswordForm, attempt to change the user's password. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangePasswordFormValidator.validate(User currentUser,
ChangePasswordForm changePasswordForm,
org.springframework.validation.Errors errors)
Verifies that all of the supplied fields in the given
ChangePasswordForm are correct,
placing any errors into the given Errors. |
void |
DefaultChangePasswordFormValidator.validate(User currentUser,
ChangePasswordForm changePasswordForm,
org.springframework.validation.Errors errors) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
AuthenticationController.getChangePasswordView(org.springframework.ui.Model model,
ChangePasswordForm changePasswordForm,
String redirectUrl) |
org.springframework.web.servlet.ModelAndView |
AuthenticationController.processChangePasswordRequest(javax.servlet.http.HttpServletRequest request,
ChangePasswordForm changePasswordForm,
String redirectUrl,
org.springframework.validation.BindingResult errors,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletResponse httpServletResponse) |
org.springframework.http.ResponseEntity<Void> |
EmbeddedAuthenticationController.processChangePasswordRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ChangePasswordForm changePasswordForm) |
Copyright © 2021. All rights reserved.