public interface OutcomeProvider
Modifier and Type | Interface and Description |
---|---|
static class |
OutcomeProvider.Outcome
A model object for an outcome.
|
Modifier and Type | Method and Description |
---|---|
List<OutcomeProvider.Outcome> |
getOutcomes(org.forgerock.util.i18n.PreferredLocales locales,
org.forgerock.json.JsonValue nodeAttributes)
Returns a ordered list of possible node outcomes with localised display names.
|
List<OutcomeProvider.Outcome> getOutcomes(org.forgerock.util.i18n.PreferredLocales locales, org.forgerock.json.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-2017, ForgeRock All Rights Reserved.