Class PasswordChangeEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.user.event.PasswordChangeEvent

public class PasswordChangeEvent extends BusinessEvent<Void>
Event that will be called to update the user's password
GCApi:
event
Reactors:
BTPasswordChange(0)
No Spouts
  • Field Details

    • username

      protected String username
    • password

      protected String password
    • newPassword

      protected String newPassword
  • Constructor Details

    • PasswordChangeEvent

      public PasswordChangeEvent(String username, String password, String newPassword)
      Create a new event that will be called to update the user's password
      Parameters:
      username - the username of the user whose password will be changed
      password - the old password
      newPassword - the new password
  • Method Details

    • getUsername

      public String getUsername()
      Returns:
      the username of the user whose password will be changed
    • getPassword

      public String getPassword()
      Returns:
      the old password
    • getNewPassword

      public String getNewPassword()
      Returns:
      the new password