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.
|
TreeMetaData |
Meta data API to expose data concerning the evaluating tree, to nodes who care for that data.
|
Class | Description |
---|---|
AbstractDecisionNode |
An abstract node implementation for nodes that result in a simple true-false outcome.
|
AbstractNodeAmPlugin |
A convenient base class for
AmPlugin s that provide authentication nodes. |
Action |
Immutable container for the result of processing a node.
|
ExternalRequestContext |
A representation of the external HTTP request in the current tree authentication context.
|
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.
|
TreeContext |
A representation of the context of the current tree authentication process.
|
Exception | Description |
---|---|
NodeProcessException |
Copyright © 2010-2018, ForgeRock All Rights Reserved.