Class NotificationForgotPasswordEventListener

java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<ForgotPasswordEvent>
org.broadleafcommerce.profile.core.event.NotificationForgotPasswordEventListener
All Implemented Interfaces:
EventListener, org.broadleafcommerce.common.event.BroadleafApplicationListener<ForgotPasswordEvent>, org.springframework.context.ApplicationListener<ForgotPasswordEvent>

@Component("blNotificationForgotPasswordEventListener") public class NotificationForgotPasswordEventListener extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<ForgotPasswordEvent>
Author:
Nick Crum ncrum
  • Field Details

    • TOKEN_CONTEXT_KEY

      protected static final String TOKEN_CONTEXT_KEY
      See Also:
    • RESET_PASSWORD_URL_CONTEXT_KEY

      protected static final String RESET_PASSWORD_URL_CONTEXT_KEY
      See Also:
    • CUSTOMER_CONTEXT_KEY

      protected static final String CUSTOMER_CONTEXT_KEY
      See Also:
    • LOG

      protected final org.apache.commons.logging.Log LOG
    • customerService

      @Autowired @Qualifier("blCustomerService") protected CustomerService customerService
    • notificationDispatcher

      @Autowired @Qualifier("blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
  • Constructor Details

    • NotificationForgotPasswordEventListener

      public NotificationForgotPasswordEventListener()
  • Method Details