Uses of Interface
org.forgerock.openam.auth.node.api.SuspensionHandler
-
Packages that use SuspensionHandler Package Description org.forgerock.openam.auth.node.api 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 SuspensionHandler Modifier and Type Field Description SuspensionHandler
Action. suspensionHandler
TheSuspensionHandler
to call when the authentication process is suspended by the authentication framework.Methods in org.forgerock.openam.auth.node.api with parameters of type SuspensionHandler Modifier and Type Method Description static Action.ActionBuilder
Action. suspend(SuspensionHandler suspensionHandler)
Suspend the current authentication request, and allow the end-user to resume it later by clicking on a link for example.
-