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 SuspendedTextOutputCallback
SuspendedTextOutputCallback. error(String message)
Creates a newSuspendedTextOutputCallback
instance along with an error based message.static SuspendedTextOutputCallback
SuspendedTextOutputCallback. info(String message)
Creates a newSuspendedTextOutputCallback
instance along with an information based message.static SuspendedTextOutputCallback
SuspendedTextOutputCallback. warn(String message)
Creates a newSuspendedTextOutputCallback
instance along with an warning based message.
-