public class AdminForgotPasswordEvent extends BroadleafApplicationEvent
BroadleafApplicationEvent.ContextVars| Modifier and Type | Field and Description |
|---|---|
protected Long |
adminUserId |
protected String |
resetPasswordUrl |
protected String |
token |
contextsource| Constructor and Description |
|---|
AdminForgotPasswordEvent(Object source,
Long adminUserId,
String token,
String resetPasswordUrl) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdminUserId() |
String |
getResetPasswordUrl() |
String |
getToken() |
void |
setAdminUserId(Long adminUserId) |
void |
setResetPasswordUrl(String resetPasswordUrl) |
void |
setToken(String token) |
getCatalogId, getContext, getCurrencyCode, getLocaleCode, getProfileId, getSiteId, getTimeZoneIdgetSource, toStringprotected Long adminUserId
protected String token
protected String resetPasswordUrl
public Long getAdminUserId()
public void setAdminUserId(Long adminUserId)
public String getToken()
public void setToken(String token)
public String getResetPasswordUrl()
public void setResetPasswordUrl(String resetPasswordUrl)
Copyright © 2023. All rights reserved.