Package com.io7m.idstore.protocol.admin
Record Class IdAPasswordExpirationSetNever
java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdAPasswordExpirationSetNever
- All Implemented Interfaces:
IdAPasswordExpirationSetType
public record IdAPasswordExpirationSetNever()
extends Record
implements IdAPasswordExpirationSetType
Specify that the password in question should not expire, regardless of
what the server's expiration setting is.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aIdAPasswordExpirationSetNeverrecord class. -
Method Summary
-
Constructor Details
-
IdAPasswordExpirationSetNever
public IdAPasswordExpirationSetNever()Creates an instance of aIdAPasswordExpirationSetNeverrecord class.
-
-
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.
-