Uses of Class
org.forgerock.openam.auth.node.api.TreeContext
-
Packages that use TreeContext Package Description org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of TreeContext in org.forgerock.openam.auth.node.api
Methods in org.forgerock.openam.auth.node.api that return TreeContext Modifier and Type Method Description TreeContext
TreeContext. copyWithCallbacks(List<? extends Callback> callbacks)
Copies this TreeContext instance, replacing the callbacks in the context with the provided callbacks.Methods in org.forgerock.openam.auth.node.api with parameters of type TreeContext Modifier and Type Method Description Action.ActionBuilder
Action.ActionBuilder. addNodeType(TreeContext context, String authName)
Update the NodeType session property, and the NodeType sharedState value.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.
-