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 theoutcomerecord component.static PinEntry.OutcomeReturns 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 aResultrecord class.