Uses of Enum Class
org.codehaus.plexus.components.secdispatcher.PinEntry.Outcome
Packages that use PinEntry.Outcome
-
Uses of PinEntry.Outcome in org.codehaus.plexus.components.secdispatcher
Methods in org.codehaus.plexus.components.secdispatcher that return PinEntry.OutcomeModifier and TypeMethodDescriptionPinEntry.Result.outcome()
Returns the value of theoutcome
record component.static PinEntry.Outcome
Returns the enum constant of this class with the specified name.static PinEntry.Outcome[]
PinEntry.Outcome.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.codehaus.plexus.components.secdispatcher with parameters of type PinEntry.OutcomeModifierConstructorDescriptionResult
(PinEntry.Outcome outcome, String payload) Creates an instance of aResult
record class.