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 voidAdminSecurityServiceImpl.checkExistingPassword(String unencodedPassword, AdminUser user, GenericResponse response) protected voidAdminSecurityServiceImpl.checkPassword(String password, String confirmPassword, GenericResponse response) protected voidAdminSecurityServiceImpl.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 voidAdminLoginController.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 correspondingCustomerand 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 voidCustomerServiceImpl.checkCustomer(Customer customer, GenericResponse response) protected voidCustomerServiceImpl.checkPassword(String password, String confirmPassword, GenericResponse response) protected CustomerForgotPasswordSecurityTokenCustomerServiceImpl.checkPasswordResetToken(String token, Customer customer, GenericResponse response)