Class EmailNotificationPasswordUpdatedHandler
java.lang.Object
org.broadleafcommerce.profile.core.service.handler.EmailNotificationPasswordUpdatedHandler
- All Implemented Interfaces:
PasswordUpdatedHandler
public class EmailNotificationPasswordUpdatedHandler
extends Object
implements PasswordUpdatedHandler
Deprecated.
- This email approach is no longer recommended. See documentation for BroadleafCommerce
- Author:
- bpolster
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HashMapconstructPasswordChangeEmailTemplateVariables(Customer customer, String newPassword) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidpasswordChanged(org.broadleafcommerce.common.security.util.PasswordReset passwordReset, Customer customer, String newPassword) Deprecated.voidsetPasswordResetEmailDefaultLocale(Locale passwordResetEmailDefaultLocale) Deprecated.voidsetPasswordResetEmailFromAddress(String passwordResetEmailFromAddress) Deprecated.voidsetPasswordResetEmailSubject(Map<Locale, String> passwordResetEmailSubject) Deprecated.voidsetPasswordResetEmailTemplate(Map<Locale, String> passwordResetEmailTemplate) Deprecated.
-
Field Details
-
CUSTOMER_PASSWORD_TEMPLATE_VARIABLE
Deprecated.- See Also:
-
emailService
protected org.broadleafcommerce.common.email.service.EmailService emailServiceDeprecated. -
passwordResetEmailSubject
Deprecated. -
passwordResetEmailTemplate
Deprecated. -
passwordResetEmailFromAddress
Deprecated. -
passwordResetEmailDefaultLocale
Deprecated.
-
-
Constructor Details
-
EmailNotificationPasswordUpdatedHandler
public EmailNotificationPasswordUpdatedHandler()Deprecated.
-
-
Method Details
-
passwordChanged
public void passwordChanged(org.broadleafcommerce.common.security.util.PasswordReset passwordReset, Customer customer, String newPassword) Deprecated.- Specified by:
passwordChangedin interfacePasswordUpdatedHandler
-
constructPasswordChangeEmailTemplateVariables
protected HashMap constructPasswordChangeEmailTemplateVariables(Customer customer, String newPassword) Deprecated. -
getPasswordResetEmailSubject
Deprecated. -
setPasswordResetEmailSubject
Deprecated. -
getPasswordResetEmailTemplate
Deprecated. -
setPasswordResetEmailTemplate
Deprecated. -
getPasswordResetEmailFromAddress
Deprecated. -
setPasswordResetEmailFromAddress
Deprecated. -
getPasswordResetEmailDefaultLocale
Deprecated. -
setPasswordResetEmailDefaultLocale
Deprecated.
-