Record Class CredentialLifecycleDecision.BlockedTemporary
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.lifecycle.CredentialLifecycleDecision.BlockedTemporary
- All Implemented Interfaces:
CredentialLifecycleDecision
- Enclosing interface:
CredentialLifecycleDecision
public static record CredentialLifecycleDecision.BlockedTemporary()
extends Record
implements CredentialLifecycleDecision
Temporary block (typically
LOCKED). The adapter surfaces
this as a generic "try again later" without revealing the lockout
counter (CWE-203).-
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
-
BlockedTemporary
public BlockedTemporary()Creates an instance of aBlockedTemporaryrecord 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.
-