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 NodeState
TreeContext. getStateFor(Node node)
Returns a new instance ofNodeState
encapsulating all types of state and allowing access to state in the following order.NodeState
NodeState. putShared(String key, Object value)
Puts the given key/value pair in the shared state.NodeState
NodeState. putTransient(String key, Object value)
Puts the given key/value pair in the transient state.
-