Uses of Class
org.forgerock.openam.auth.node.api.NodeProcessException
-
Packages that use NodeProcessException Package Description org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of NodeProcessException in org.forgerock.openam.auth.node.api
Methods in org.forgerock.openam.auth.node.api that throw NodeProcessException Modifier and Type Method Description List<OutcomeProvider.Outcome>
OutcomeProvider. getOutcomes(PreferredLocales locales, JsonValue nodeAttributes)
Returns a ordered list of possible node outcomes with localised display names.Callback
SuspensionHandler. handle(URI resumeURI)
Handles a suspension request by sending the suspension ID out of band to the end-user to allow them to continue the authentication flow.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.
-