Class PasswordResetMailer


  • public class PasswordResetMailer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordResetMailer​(org.jivesoftware.util.EmailService emailService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendEmail​(org.jivesoftware.openfire.user.User user, java.lang.String token)
      Sends a password reset email.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordResetMailer

        public PasswordResetMailer​(org.jivesoftware.util.EmailService emailService)
    • Method Detail

      • sendEmail

        public void sendEmail​(org.jivesoftware.openfire.user.User user,
                              java.lang.String token)
        Sends a password reset email. N
        Parameters:
        user - the user to whom the reset should be sent.
        token - the token used to identify the request