Record Class CredentialLifecycleDecision.BlockedPermanent
java.lang.Object
java.lang.Record
com.svenruppert.jsentinel.credential.lifecycle.CredentialLifecycleDecision.BlockedPermanent
- All Implemented Interfaces:
CredentialLifecycleDecision
- Enclosing interface:
CredentialLifecycleDecision
public static record CredentialLifecycleDecision.BlockedPermanent()
extends Record
implements CredentialLifecycleDecision
Permanent block (typically
COMPROMISED or DISABLED).
Adapters surface this as a generic failure too — the differentiated
reason stays in audit (CWE-284).-
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
-
BlockedPermanent
public BlockedPermanent()Creates an instance of aBlockedPermanentrecord 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.
-