Uses of Class
org.forgerock.openam.auth.node.api.NodeState
-
Packages that use NodeState Package Description org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of NodeState in org.forgerock.openam.auth.node.api
Methods in org.forgerock.openam.auth.node.api that return NodeState Modifier and Type Method Description NodeStateTreeContext. getStateFor(Node node)Returns a new instance ofNodeStateencapsulating all types of state and allowing access to state in the following order.NodeStateNodeState. putShared(String key, Object value)Puts the given key/value pair in the shared state.NodeStateNodeState. putTransient(String key, Object value)Puts the given key/value pair in the transient state.
-