Uses of Class
org.forgerock.openam.auth.node.api.Action
-
Packages that use Action Package Description org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of Action in org.forgerock.openam.auth.node.api
Methods in org.forgerock.openam.auth.node.api that return Action Modifier and Type Method Description Action
Action.ActionBuilder. build()
Build the Action.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.
-