Package com.svenruppert.jsentinel.credential.lifecycle
package com.svenruppert.jsentinel.credential.lifecycle
-
ClassDescriptionAdapter-neutral decision derived from a credential's current lifecycle status.Permanent block (typically
COMPROMISEDorDISABLED).Temporary block (typicallyLOCKED).Credentials verified, but the user must change the password before the session may proceed.Normal login allowed.A reset token is outstanding for this credential.Owns the lifecycle of stored credentials and the rules for moving betweenCredentialStatusvalues.Thrown byCredentialLifecycleService.transition(String, CredentialStatus, CredentialStatus, String)when the requested transition is not part of the configured state machine.