Uses of Enum Class
com.svenruppert.jsentinel.credential.change.SessionHandlingDecision
Packages that use SessionHandlingDecision
-
Uses of SessionHandlingDecision in com.svenruppert.jsentinel.credential.change
Subclasses with type arguments of type SessionHandlingDecision in com.svenruppert.jsentinel.credential.changeModifier and TypeClassDescriptionenumAdapter-neutral instruction returned after a successful password change.Methods in com.svenruppert.jsentinel.credential.change that return SessionHandlingDecisionModifier and TypeMethodDescriptionPasswordChangeResult.Succeeded.sessionDecision()Returns the value of thesessionDecisionrecord component.static SessionHandlingDecisionReturns the enum constant of this class with the specified name.static SessionHandlingDecision[]SessionHandlingDecision.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.svenruppert.jsentinel.credential.change with parameters of type SessionHandlingDecisionModifierConstructorDescriptionSucceeded(SessionHandlingDecision sessionDecision) Creates an instance of aSucceededrecord class.