Uses of Package
org.forgerock.openam.auth.node.api
-
Packages that use org.forgerock.openam.auth.node.api 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.org.forgerock.openam.scripting.api.secrets A package containing a set of script-friendly classes and functionality that are intended to simplify use of the Secrets API from within a scripting context. -
Classes in org.forgerock.openam.auth.node.api used by org.forgerock.am.iot Class Description AbstractNodeAmPlugin A convenient base class forAmPlugin
s that provide authentication nodes.Action Immutable container for the result of processing a node.Node A node is the core abstraction within an authentication tree.Node.Metadata Annotation that describes the metadata of the node.OutcomeProvider Describes the outcomes for node instances.OutcomeProvider.Outcome A model object for an outcome.StaticOutcomeProvider Describes the outcomes for node instances that have static outcomes.TreeContext A representation of the context of the current tree authentication process. -
Classes in org.forgerock.openam.auth.node.api used by org.forgerock.openam.auth.node.api Class Description Action Immutable container for the result of processing a node.Action.ActionBuilder Builder for theAction
.ExternalRequestContext A representation of the external HTTP request in the current tree authentication context.ExternalRequestContext.Builder A builder forExternalRequestContext
instances.Node A node is the core abstraction within an authentication tree.NodeProcessException NodeState Encapsulates all state that is provided by each node and passed between nodes on tree execution.OutcomeProvider Describes the outcomes for node instances.OutcomeProvider.Outcome A model object for an outcome.StaticOutcomeProvider Describes the outcomes for node instances that have static outcomes.SuspendedTextOutputCallback Suspended text output callback extendsTextOutputCallback
to allow a custom message to be displayed to the user whilst informing the client that the current auth flow has been suspended.SuspensionHandler This handler interface allows authentication nodes to suspend authentication and send a unique ID out of band to the end-user.TreeContext A representation of the context of the current tree authentication process.TreeHook A TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication. -
Classes in org.forgerock.openam.auth.node.api used by org.forgerock.openam.scripting.api.secrets Class Description NodeProcessException