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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.protected EmailServiceDeprecated.protected LocaleDeprecated.protected StringDeprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected HashMapconstructPasswordChangeEmailTemplateVariables(Customer customer, String newPassword) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidpasswordChanged(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
Deprecated. -
passwordResetEmailSubject
Deprecated. -
passwordResetEmailTemplate
Deprecated. -
passwordResetEmailFromAddress
Deprecated. -
passwordResetEmailDefaultLocale
Deprecated.
-
-
Constructor Details
-
EmailNotificationPasswordUpdatedHandler
public EmailNotificationPasswordUpdatedHandler()Deprecated.
-
-
Method Details
-
passwordChanged
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.
-