Record Class CredentialLifecycleDecision.ForcePasswordChange
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.lifecycle.CredentialLifecycleDecision.ForcePasswordChange
- All Implemented Interfaces:
CredentialLifecycleDecision
- Enclosing interface:
CredentialLifecycleDecision
public static record CredentialLifecycleDecision.ForcePasswordChange()
extends Record
implements CredentialLifecycleDecision
Credentials verified, but the user must change the password before
the session may proceed.
-
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
ConstructorsConstructorDescriptionCreates an instance of aForcePasswordChangerecord class. -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ForcePasswordChange
public ForcePasswordChange()Creates an instance of aForcePasswordChangerecord 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.
-