Class UserPasswordResetEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.core.security.event.UserPasswordChangedEvent
io.jmix.core.security.event.UserPasswordResetEvent
All Implemented Interfaces:
Serializable

public class UserPasswordResetEvent extends UserPasswordChangedEvent
Class for user password reset event. It includes user names and new passwords.
See Also:
  • Constructor Details

    • UserPasswordResetEvent

      public UserPasswordResetEvent(Map<String,String> passwordByUser)