Package | Description |
---|---|
org.forgerock.openam.auth.node.api |
This package contains the API for writing authentication nodes.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Iterable<? extends Class<? extends Node>> |
AbstractNodeAmPlugin.getNodes()
Specify the list of node classes that the plugin is providing.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.