@Component(value="blAdminNotificationForgotPasswordEventListener") public class AdminNotificationForgotPasswordEventListener extends org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ADMIN_USER_CONTEXT_KEY |
protected AdminUserDao |
adminUserDao |
protected org.apache.commons.logging.Log |
LOG |
protected org.broadleafcommerce.common.notification.service.NotificationDispatcher |
notificationDispatcher |
protected static String |
RESET_PASSWORD_URL_CONTEXT_KEY |
protected static String |
TOKEN_CONTEXT_KEY |
| Constructor and Description |
|---|
AdminNotificationForgotPasswordEventListener() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
createContext(AdminForgotPasswordEvent event,
AdminUser adminUser) |
protected void |
handleApplicationEvent(AdminForgotPasswordEvent event) |
boolean |
isAsynchronous() |
getCatalog, getCurrency, getLocale, getProfile, getSite, getTimeZone, onApplicationEventprotected static final String TOKEN_CONTEXT_KEY
protected static final String RESET_PASSWORD_URL_CONTEXT_KEY
protected static final String ADMIN_USER_CONTEXT_KEY
protected final org.apache.commons.logging.Log LOG
@Autowired @Qualifier(value="blAdminUserDao") protected AdminUserDao adminUserDao
@Autowired @Qualifier(value="blNotificationDispatcher") protected org.broadleafcommerce.common.notification.service.NotificationDispatcher notificationDispatcher
public AdminNotificationForgotPasswordEventListener()
protected void handleApplicationEvent(AdminForgotPasswordEvent event)
handleApplicationEvent in class org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<AdminForgotPasswordEvent>protected Map<String,Object> createContext(AdminForgotPasswordEvent event, AdminUser adminUser)
public boolean isAsynchronous()
Copyright © 2021. All rights reserved.