Uses of Class
org.forgerock.openam.auth.node.api.Action
-
Packages that use Action Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of Action in org.forgerock.am.iot
Methods in org.forgerock.am.iot that return types with arguments of type Action Modifier and Type Method Description protected Optional<Action>
IotAuthenticationNode. callbackRequired(TreeContext context)
protected Optional<Action>
IotRegistrationNode. callbackRequired(TreeContext context)
-
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.
-