Uses of Interface
com.svenruppert.jsentinel.credential.lifecycle.CredentialLifecycleDecision
Packages that use CredentialLifecycleDecision
Package
Description
-
Uses of CredentialLifecycleDecision in com.svenruppert.jsentinel.credential.change
Methods in com.svenruppert.jsentinel.credential.change that return CredentialLifecycleDecisionModifier and TypeMethodDescriptionPasswordChangeResult.Blocked.decision()Returns the value of thedecisionrecord component.Constructors in com.svenruppert.jsentinel.credential.change with parameters of type CredentialLifecycleDecisionModifierConstructorDescriptionBlocked(CredentialLifecycleDecision decision) Creates an instance of aBlockedrecord class. -
Uses of CredentialLifecycleDecision in com.svenruppert.jsentinel.credential.lifecycle
Classes in com.svenruppert.jsentinel.credential.lifecycle that implement CredentialLifecycleDecisionModifier and TypeClassDescriptionstatic 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.Methods in com.svenruppert.jsentinel.credential.lifecycle that return CredentialLifecycleDecisionModifier and TypeMethodDescriptionCredentialLifecycleService.decide(CredentialStatus status) Pure decision: maps stored status onto the adapter-neutral lifecycle decision.