Uses of Enum Class
org.codehaus.plexus.components.secdispatcher.PinEntry.Outcome
-
Uses of PinEntry.Outcome in org.codehaus.plexus.components.secdispatcher
Modifier 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.ModifierConstructorDescriptionResult
(PinEntry.Outcome outcome, String payload) Creates an instance of aResult
record class.