Package | Description |
---|---|
org.broadleafcommerce.openadmin.server.security.service | |
org.broadleafcommerce.openadmin.web.controller | |
org.broadleafcommerce.profile.core.service |
Modifier and Type | Method and Description |
---|---|
GenericResponse |
AdminSecurityServiceImpl.changePassword(String username,
String oldPassword,
String password,
String confirmPassword) |
GenericResponse |
AdminSecurityService.changePassword(String username,
String oldPassword,
String password,
String confirmPassword) |
GenericResponse |
AdminSecurityServiceImpl.resetPasswordUsingToken(String username,
String token,
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.sendForgotUsernameNotification(String emailAddress) |
GenericResponse |
AdminSecurityService.sendForgotUsernameNotification(String emailAddress)
Looks up the corresponding AdminUser and emails the address on file with
the associated username.
|
GenericResponse |
AdminSecurityServiceImpl.sendResetPasswordNotification(String username) |
GenericResponse |
AdminSecurityService.sendResetPasswordNotification(String userName)
Generates an access token and then emails the user.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdminSecurityServiceImpl.checkExistingPassword(String password,
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 |
---|---|
protected void |
AdminLoginController.setErrors(GenericResponse response,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
GenericResponse |
CustomerServiceImpl.checkPasswordResetToken(String token) |
GenericResponse |
CustomerService.checkPasswordResetToken(String token)
Verifies that the passed in token is valid.
|
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.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) |
Copyright © 2014. All rights reserved.