Class AdminForgotPasswordEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEvent
org.broadleafcommerce.openadmin.server.security.event.AdminForgotPasswordEvent
All Implemented Interfaces:
Serializable

public class AdminForgotPasswordEvent extends org.broadleafcommerce.common.event.BroadleafApplicationEvent
Author:
Nick Crum ncrum
See Also:
  • Field Details

    • adminUserId

      protected Long adminUserId
    • token

      protected String token
    • resetPasswordUrl

      protected String resetPasswordUrl
  • Constructor Details

    • AdminForgotPasswordEvent

      public AdminForgotPasswordEvent(Object source, Long adminUserId, String token, String resetPasswordUrl)
  • Method Details

    • getAdminUserId

      public Long getAdminUserId()
    • setAdminUserId

      public void setAdminUserId(Long adminUserId)
    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getResetPasswordUrl

      public String getResetPasswordUrl()
    • setResetPasswordUrl

      public void setResetPasswordUrl(String resetPasswordUrl)