Uses of Class
org.broadleafcommerce.common.service.GenericResponse
Packages that use GenericResponse
Package
Description
-
Uses of GenericResponse in org.broadleafcommerce.openadmin.server.security.service
Methods in org.broadleafcommerce.openadmin.server.security.service that return GenericResponseModifier and TypeMethodDescriptionAdminSecurityService.changePassword
(String username, String oldPassword, String password, String confirmPassword) Change a user's password only if oldPassword matches what's stored for that userAdminSecurityServiceImpl.changePassword
(String username, String oldPassword, String password, String confirmPassword) AdminSecurityService.resetPasswordUsingToken
(String username, String token, String password, String confirmPassword) Updates the password for the passed in user only if the passed in token is valid for that user.AdminSecurityServiceImpl.resetPasswordUsingToken
(String username, String token, String password, String confirmPassword) AdminSecurityService.sendForgotUsernameNotification
(String emailAddress) Looks up the corresponding AdminUser and emails the address on file with the associated username.AdminSecurityServiceImpl.sendForgotUsernameNotification
(String emailAddress) AdminSecurityService.sendResetPasswordNotification
(String userName) Generates an access token and then emails the user.AdminSecurityServiceImpl.sendResetPasswordNotification
(String username) Methods in org.broadleafcommerce.openadmin.server.security.service with parameters of type GenericResponseModifier and TypeMethodDescriptionprotected void
AdminSecurityServiceImpl.checkExistingPassword
(String unencodedPassword, AdminUser user, GenericResponse response) protected void
AdminSecurityServiceImpl.checkPassword
(String password, String confirmPassword, GenericResponse response) protected void
AdminSecurityServiceImpl.checkUser
(AdminUser user, GenericResponse response) -
Uses of GenericResponse in org.broadleafcommerce.openadmin.web.controller
Methods in org.broadleafcommerce.openadmin.web.controller with parameters of type GenericResponseModifier and TypeMethodDescriptionprotected void
AdminLoginController.setErrors
(GenericResponse response, jakarta.servlet.http.HttpServletRequest request) -
Uses of GenericResponse in org.broadleafcommerce.profile.core.service
Methods in org.broadleafcommerce.profile.core.service that return GenericResponseModifier and TypeMethodDescriptionCustomerService.checkPasswordResetToken
(String token, Customer customer) Verifies that a customer has a valid token.CustomerServiceImpl.checkPasswordResetToken
(String token, Customer customer) CustomerService.resetPasswordUsingToken
(String username, String token, String password, String confirmPassword) Updates the password for the passed in customer only if the passed in token is valid for that customer.CustomerServiceImpl.resetPasswordUsingToken
(String username, String token, String password, String confirmPassword) CustomerService.sendForcedPasswordChangeNotification
(String userName, String forgotPasswordUrl) Generates an access token and then emails the user.CustomerServiceImpl.sendForcedPasswordChangeNotification
(String username, String resetPasswordUrl) CustomerService.sendForgotPasswordNotification
(String userName, String forgotPasswordUrl) Generates an access token and then emails the user.CustomerServiceImpl.sendForgotPasswordNotification
(String username, String resetPasswordUrl) CustomerService.sendForgotUsernameNotification
(String emailAddress) Looks up the correspondingCustomer
and emails the address on file with the associated username.CustomerServiceImpl.sendForgotUsernameNotification
(String emailAddress) Methods in org.broadleafcommerce.profile.core.service with parameters of type GenericResponseModifier and TypeMethodDescriptionprotected void
CustomerServiceImpl.checkCustomer
(Customer customer, GenericResponse response) protected void
CustomerServiceImpl.checkPassword
(String password, String confirmPassword, GenericResponse response) protected CustomerForgotPasswordSecurityToken
CustomerServiceImpl.checkPasswordResetToken
(String token, Customer customer, GenericResponse response)