public interface OutcomeProvider
Modifier and Type | Method and Description |
---|---|
List<OutcomeProvider.Outcome> |
getOutcomes(PreferredLocales locales,
JsonValue nodeAttributes)
Returns a ordered list of possible node outcomes with localised display names.
|
List<OutcomeProvider.Outcome> getOutcomes(PreferredLocales locales, JsonValue nodeAttributes) throws NodeProcessException
locales
- The locales for the localised description.nodeAttributes
- Unvalidated node attributes submitted in the request.NodeProcessException
- If outcomes could not be determined.Copyright © 2010-2018, ForgeRock All Rights Reserved.