Uses of Interface
org.forgerock.openam.auth.node.api.Node
-
Packages that use Node 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 Node in org.forgerock.am.iot
Classes in org.forgerock.am.iot that implement Node Modifier and Type Class Description class
IotAuthenticationNode
This node handles the authentication of things.class
IotRegistrationNode
This node handles the registration of things.Methods in org.forgerock.am.iot that return types with arguments of type Node Modifier and Type Method Description protected Map<String,Iterable<? extends Class<? extends Node>>>
IotPlugin. getNodesByVersion()
-
Uses of Node in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api that implement Node Modifier and Type Class Description class
AbstractDecisionNode
An abstract node implementation for nodes that result in a simple true-false outcome.class
SingleOutcomeNode
Abstract node for nodes that always result in the same single outcome.Methods in org.forgerock.openam.auth.node.api that return types with arguments of type Node Modifier and Type Method Description protected Iterable<? extends Class<? extends Node>>
AbstractNodeAmPlugin. getNodes()
Deprecated.in favour ofAbstractNodeAmPlugin.getNodesByVersion()
protected Map<String,Iterable<? extends Class<? extends Node>>>
AbstractNodeAmPlugin. getNodesByVersion()
Retrieve the Map of list of node classes that the plugin is providing.
-