Record Class RehashDecision.NotRequired
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.password.RehashDecision.NotRequired
- All Implemented Interfaces:
RehashDecision
- Enclosing interface:
RehashDecision
-
Nested Class Summary
Nested classes/interfaces inherited from interface RehashDecision
RehashDecision.NotRequired, RehashDecision.RequiredModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NotRequired
public NotRequired()Creates an instance of aNotRequiredrecord 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.
-