Record Class CredentialLifecycleDecision.Proceed
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.lifecycle.CredentialLifecycleDecision.Proceed
- All Implemented Interfaces:
CredentialLifecycleDecision
- Enclosing interface:
CredentialLifecycleDecision
public static record CredentialLifecycleDecision.Proceed()
extends Record
implements CredentialLifecycleDecision
Normal login allowed. A rehash flag may still trigger a transparent
upgrade, but the lifecycle layer has nothing to add.
-
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
-
Proceed
public Proceed()Creates an instance of aProceedrecord 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.
-