Class SuspendedTextOutputCallback
java.lang.Object
javax.security.auth.callback.TextOutputCallback
org.forgerock.openam.auth.node.api.SuspendedTextOutputCallback
- All Implemented Interfaces:
Serializable
,Callback
Suspended text output callback extends
TextOutputCallback
to allow a custom message to be displayed to the
user whilst informing the client that the current auth flow has been suspended. Note, this callback only makes sense
in the context of being used in line with suspending the current tree, by means of Action#suspend(SuspensionHandler).- Since:
- 7.0.0
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Factory class for creatingSuspendedTextOutputCallback
instances. -
Field Summary
Fields inherited from class javax.security.auth.callback.TextOutputCallback
ERROR, INFORMATION, WARNING
-
Method Summary
Modifier and TypeMethodDescriptionfactory()
Method to get a newSuspendedTextOutputCallback.Factory
for creatingSuspendedTextOutputCallback
instances.Methods inherited from class javax.security.auth.callback.TextOutputCallback
getMessage, getMessageType
-
Method Details
-
factory
Method to get a newSuspendedTextOutputCallback.Factory
for creatingSuspendedTextOutputCallback
instances.- Returns:
- a new
SuspendedTextOutputCallback.Factory
instance
-