Package | Description |
---|---|
org.broadleafcommerce.openadmin.server.security.service | |
org.broadleafcommerce.profile.core.service |
Modifier and Type | Method and Description |
---|---|
GenericResponse |
AdminSecurityService.changePassword(String username,
String oldPassword,
String password,
String confirmPassword)
Change a user's password only if oldPassword matches what's stored for that user
|
GenericResponse |
AdminSecurityServiceImpl.changePassword(String username,
String oldPassword,
String password,
String confirmPassword) |
GenericResponse |
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.
|
GenericResponse |
AdminSecurityServiceImpl.resetPasswordUsingToken(String username,
String token,
String password,
String confirmPassword) |
GenericResponse |
AdminSecurityService.sendForgotUsernameNotification(String emailAddress)
Looks up the corresponding AdminUser and emails the address on file with
the associated username.
|
GenericResponse |
AdminSecurityServiceImpl.sendForgotUsernameNotification(String emailAddress) |
GenericResponse |
AdminSecurityService.sendResetPasswordNotification(String userName)
Generates an access token and then emails the user.
|
GenericResponse |
AdminSecurityServiceImpl.sendResetPasswordNotification(String username) |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
GenericResponse |
CustomerServiceImpl.checkPasswordResetToken(String token,
Customer customer) |
GenericResponse |
CustomerService.checkPasswordResetToken(String token,
Customer customer)
Verifies that a customer has a valid token.
|
GenericResponse |
CustomerServiceImpl.resetPasswordUsingToken(String username,
String token,
String password,
String confirmPassword) |
GenericResponse |
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.
|
GenericResponse |
CustomerServiceImpl.sendForcedPasswordChangeNotification(String username,
String resetPasswordUrl) |
GenericResponse |
CustomerService.sendForcedPasswordChangeNotification(String userName,
String forgotPasswordUrl)
Generates an access token and then emails the user.
|
GenericResponse |
CustomerServiceImpl.sendForgotPasswordNotification(String username,
String resetPasswordUrl) |
GenericResponse |
CustomerService.sendForgotPasswordNotification(String userName,
String forgotPasswordUrl)
Generates an access token and then emails the user.
|
GenericResponse |
CustomerServiceImpl.sendForgotUsernameNotification(String emailAddress) |
GenericResponse |
CustomerService.sendForgotUsernameNotification(String emailAddress)
Looks up the corresponding
Customer and emails the address on file with
the associated username. |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Copyright © 2022. All rights reserved.