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 Iterable<? extends Class<? extends Node>> |
AbstractNodeAmPlugin.getNodes()
Deprecated.
in favour of
AbstractNodeAmPlugin.getNodesByVersion() |
protected Map<String,Iterable<? extends Class<? extends Node>>> |
AbstractNodeAmPlugin.getNodesByVersion()
Retrieve the Map of list of node classes that the plugin is providing.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.