Class AdminNotificationForgotUsernameEventListener
java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent>
org.broadleafcommerce.admin.event.AdminNotificationForgotUsernameEventListener
- All Implemented Interfaces:
EventListener,org.broadleafcommerce.common.event.BroadleafApplicationListener<org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent>,org.springframework.context.ApplicationListener<org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent>
@Component("blAdminNotificationForgotUsernameEventListener")
public class AdminNotificationForgotUsernameEventListener
extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent>
- Author:
- Nick Crum ncrum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected final org.apache.commons.logging.Logprotected org.broadleafcommerce.common.notification.service.NotificationDispatcherFields inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
currencyService, localeService, siteService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent event) protected voidhandleApplicationEvent(org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent event) booleanMethods inherited from class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Field Details
-
ACTIVE_USERNAMES_CONTEXT_KEY
- See Also:
-
LOG
protected final org.apache.commons.logging.Log LOG -
notificationDispatcher
@Autowired @Qualifier("blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
-
-
Constructor Details
-
AdminNotificationForgotUsernameEventListener
public AdminNotificationForgotUsernameEventListener()
-
-
Method Details
-
handleApplicationEvent
protected void handleApplicationEvent(org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent event) - Specified by:
handleApplicationEventin classorg.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<org.broadleafcommerce.openadmin.server.security.event.AdminForgotUsernameEvent>
-
createContext
-
isAsynchronous
public boolean isAsynchronous()
-