Uses of Class
org.forgerock.openam.auth.node.api.SuspendedTextOutputCallback
-
Packages that use SuspendedTextOutputCallback Package Description org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of SuspendedTextOutputCallback in org.forgerock.openam.auth.node.api
Methods in org.forgerock.openam.auth.node.api that return SuspendedTextOutputCallback Modifier and Type Method Description static SuspendedTextOutputCallbackSuspendedTextOutputCallback. error(String message)Creates a newSuspendedTextOutputCallbackinstance along with an error based message.static SuspendedTextOutputCallbackSuspendedTextOutputCallback. info(String message)Creates a newSuspendedTextOutputCallbackinstance along with an information based message.static SuspendedTextOutputCallbackSuspendedTextOutputCallback. warn(String message)Creates a newSuspendedTextOutputCallbackinstance along with an warning based message.
-