Uses of Package
org.forgerock.openam.auth.node.api
Package
Description
This package contains all classes pertaining to AM's IoT functionality.
This package contains the API for writing authentication nodes.
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.
-
ClassDescriptionA convenient base class for
AmPlugin
s that provide authentication nodes.Immutable container for the result of processing a node.A node is the core abstraction within an authentication tree.Annotation that describes the metadata of the node.Describes the outcomes for node instances.A model object for an outcome.Describes the outcomes for node instances that have static outcomes.A representation of the context of the current tree authentication process. -
ClassDescriptionImmutable container for the result of processing a node.Builder for the
Action
.A representation of the external HTTP request in the current tree authentication context.A builder forExternalRequestContext
instances.A node is the core abstraction within an authentication tree.Encapsulates all state that is provided by each node and passed between nodes on tree execution.Describes the outcomes for node instances.A model object for an outcome.Describes the outcomes for node instances that have static outcomes.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.This handler interface allows authentication nodes to suspend authentication and send a unique ID out of band to the end-user.A representation of the context of the current tree authentication process.A TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication. -
ClassDescription