Class AdminNotificationForgotPasswordEventListener

java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>
org.broadleafcommerce.admin.event.AdminNotificationForgotPasswordEventListener
All Implemented Interfaces:
EventListener, org.broadleafcommerce.common.event.BroadleafApplicationListener<AdminForgotPasswordEvent>, org.springframework.context.ApplicationListener<AdminForgotPasswordEvent>

@Component("blAdminNotificationForgotPasswordEventListener") public class AdminNotificationForgotPasswordEventListener extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>
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:
    • ADMIN_USER_CONTEXT_KEY

      protected static final String ADMIN_USER_CONTEXT_KEY
      See Also:
    • LOG

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

      @Autowired @Qualifier("blAdminUserDao") protected AdminUserDao adminUserDao
    • notificationDispatcher

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

    • AdminNotificationForgotPasswordEventListener

      public AdminNotificationForgotPasswordEventListener()
  • Method Details