Record Class ResetTokenCreationResult.Blocked
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.reset.ResetTokenCreationResult.Blocked
- All Implemented Interfaces:
ResetTokenCreationResult
- Enclosing interface:
ResetTokenCreationResult
public static record ResetTokenCreationResult.Blocked()
extends Record
implements ResetTokenCreationResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface ResetTokenCreationResult
ResetTokenCreationResult.Blocked, ResetTokenCreationResult.Created, ResetTokenCreationResult.UnknownUserModifier and TypeInterfaceDescriptionstatic final recordstatic final recordReturned token.static final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Blocked
public Blocked()Creates an instance of aBlockedrecord 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.
-