Record Class CredentialLifecycleDecision.ResetInProgress
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.lifecycle.CredentialLifecycleDecision.ResetInProgress
- All Implemented Interfaces:
CredentialLifecycleDecision
- Enclosing interface:
CredentialLifecycleDecision
public static record CredentialLifecycleDecision.ResetInProgress()
extends Record
implements CredentialLifecycleDecision
A reset token is outstanding for this credential. Logins must use
the reset flow instead of the password flow until consumed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CredentialLifecycleDecision
CredentialLifecycleDecision.BlockedPermanent, CredentialLifecycleDecision.BlockedTemporary, CredentialLifecycleDecision.ForcePasswordChange, CredentialLifecycleDecision.Proceed, CredentialLifecycleDecision.ResetInProgressModifier and TypeInterfaceDescriptionstatic final recordPermanent block (typicallyCOMPROMISEDorDISABLED).static final recordTemporary block (typicallyLOCKED).static final recordCredentials verified, but the user must change the password before the session may proceed.static final recordNormal login allowed.static final recordA reset token is outstanding for this credential. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ResetInProgress
public ResetInProgress()Creates an instance of aResetInProgressrecord 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.
-