Uses of Interface
org.forgerock.openam.auth.node.api.SuspensionHandler
Packages that use SuspensionHandler
Package
Description
This package contains the API for writing authentication nodes.
-
Uses of SuspensionHandler in org.forgerock.openam.auth.node.api
Fields in org.forgerock.openam.auth.node.api declared as SuspensionHandlerModifier and TypeFieldDescriptionfinal SuspensionHandlerAction.suspensionHandlerTheSuspensionHandlerto call when the authentication process is suspended by the authentication framework.Methods in org.forgerock.openam.auth.node.api with parameters of type SuspensionHandlerModifier and TypeMethodDescriptionstatic Action.ActionBuilderAction.suspend(SuspensionHandler suspensionHandler) Suspend the current authentication request, and allow the end-user to resume it later by clicking on a link for example.