Package com.io7m.idstore.model
Record Class IdUserPasswordReset
java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdUserPasswordReset
- Record Components:
user- The usertoken- The verification tokenexpires- The expiration date
A password reset operation.
-
Constructor Summary
ConstructorsConstructorDescriptionIdUserPasswordReset(UUID user, IdToken token, OffsetDateTime expires) A password reset operation. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.expires()Returns the value of theexpiresrecord component.final inthashCode()Returns a hash code value for this object.token()Returns the value of thetokenrecord component.final StringtoString()Returns a string representation of this record class.user()Returns the value of theuserrecord component.
-
Constructor Details
-
IdUserPasswordReset
A password reset operation.- Parameters:
user- The usertoken- The verification tokenexpires- The expiration date
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
user
-
token
-
expires
-