Package-level declarations
Types
Callbacks that accept user input often need to validate that input either on the client side, the server side or both. Such callbacks should extend this base class.
Base implementation of a Callback for collection of a single identity object attribute from a user.
A callback for collecting a boolean attribute from a user.
A callback for collecting a choice from a user.
A callback for collecting a confirmation from a user.
Enum representing the types of confirmation callback messages.
Enum representing the types of confirmation callback options.
Enum representing the selection made in a confirmation callback.
A callback for collecting consent mapping information from a user.
A callback for collecting a hidden value from a user.
A callback for collecting knowledge-based authentication (KBA) information from a user.
A callback for providing metadata.
A callback for collecting a name.
A callback for collecting a number attribute.
A callback for collecting a password.
A callback for polling the user for a response.
A callback for collecting a string attribute.
A callback for suspending the output of text.
A callback for collecting terms and conditions acceptance.
A callback for collecting text input.
A callback for displaying text output.
Enum representing the type of message for TextOutputCallback.
A callback for collecting a validated password from a user.
A callback for collecting a username.