Package | Description |
---|---|
org.forgerock.openam.auth.node.api |
This package contains the API for writing authentication nodes.
|
Modifier and Type | Method and Description |
---|---|
List<OutcomeProvider.Outcome> |
OutcomeProvider.getOutcomes(org.forgerock.util.i18n.PreferredLocales locales,
org.forgerock.json.JsonValue nodeAttributes)
Returns a ordered list of possible node outcomes with localised display names.
|
Action |
Node.process(TreeContext context)
Performs processing on the given shared state, which holds all the data gathered by nodes that have already
executed as part of this authentication session in the tree.
|
Copyright © 2010-2017, ForgeRock All Rights Reserved.