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.org.forgerock.openam.scripting.api.secrets A package containing a set of script-friendly classes and functionality that are intended to simplify use of the Secrets API from within a scripting context. -
-
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 default Optional<Integer>
TreeMetaData. getMaxAuthLevel(UUID nodeId, String outcome)
Calculate maximum auth level which the evaluating tree can give from the specified node.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. -
Uses of NodeProcessException in org.forgerock.openam.scripting.api.secrets
Methods in org.forgerock.openam.scripting.api.secrets that throw NodeProcessException Modifier and Type Method Description Secret
ScriptedSecrets. getGenericSecret(String secretId)
Allows the caller to access a generic type of secret from the Secrets API.
-