See: Description
Interface | Description |
---|---|
Node |
A node is the core abstraction within an authentication tree.
|
OutcomeProvider |
Describes the outcomes for node instances.
|
TreeHook |
A TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication.
|
Class | Description |
---|---|
AbstractDecisionNode |
An abstract node implementation for nodes that result in a simple true-false outcome.
|
AbstractDecisionNode.OutcomeProvider |
Provides a static set of outcomes for decision nodes.
|
AbstractNodeAmPlugin |
A convenient base class for
AmPlugin s that provide authentication nodes. |
Action |
Immutable container for the result of processing a node.
|
Action.ActionBuilder |
Builder for the
Action . |
ExternalRequestContext |
A representation of the external HTTP request in the current tree authentication context.
|
ExternalRequestContext.Builder |
A builder for
ExternalRequestContext instances. |
OutcomeProvider.Outcome |
A model object for an outcome.
|
SharedStateConstants |
This class represents all the constants that can be used as keys for storing values in the tree's shared state.
|
SingleOutcomeNode |
Abstract node for nodes that always result in the same single outcome.
|
SingleOutcomeNode.OutcomeProvider |
Provides a static single outcome for nodes with a single outcome.
|
TreeContext |
A representation of the context of the current tree authentication process.
|
Exception | Description |
---|---|
NodeProcessException |
Annotation Type | Description |
---|---|
Node.Metadata |
Annotation that describes the metadata of the node.
|
TreeHook.Metadata |
Annotation that describes the metadata of the node.
|
Copyright © 2010-2017, ForgeRock All Rights Reserved.