Class PasswordResetTokenManager.ResetRequest

  • Enclosing class:
    PasswordResetTokenManager

    public static class PasswordResetTokenManager.ResetRequest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Date expires  
      java.lang.String sourceAddress  
      java.lang.String userId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResetRequest()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • userId

        public final java.lang.String userId
      • sourceAddress

        public final java.lang.String sourceAddress
      • expires

        public final java.util.Date expires
    • Constructor Detail

      • ResetRequest

        public ResetRequest()