Package-level declarations

Types

Link copied to clipboard

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.

Link copied to clipboard

Base implementation of a Callback for collection of a single identity object attribute from a user.

Link copied to clipboard

A callback for collecting a boolean attribute from a user.

Link copied to clipboard

A callback for collecting a choice from a user.

Link copied to clipboard

A callback for collecting a confirmation from a user.

Link copied to clipboard

Enum representing the types of confirmation callback messages.

Link copied to clipboard

Enum representing the types of confirmation callback options.

Link copied to clipboard

Enum representing the selection made in a confirmation callback.

Link copied to clipboard

A callback for collecting consent mapping information from a user.

Link copied to clipboard
data class FailedPolicy(val params: JsonObject, val policyRequirement: String)
Link copied to clipboard

A callback for collecting a hidden value from a user.

Link copied to clipboard

A callback for collecting knowledge-based authentication (KBA) information from a user.

Link copied to clipboard

A callback for providing metadata.

Link copied to clipboard

A callback for collecting a name.

Link copied to clipboard

A callback for collecting a number attribute.

Link copied to clipboard

A callback for collecting a password.

Link copied to clipboard

A callback for polling the user for a response.

Link copied to clipboard

A callback for collecting a string attribute.

Link copied to clipboard

A callback for suspending the output of text.

Link copied to clipboard

A callback for collecting terms and conditions acceptance.

Link copied to clipboard

A callback for collecting text input.

Link copied to clipboard

A callback for displaying text output.

Link copied to clipboard

Enum representing the type of message for TextOutputCallback.

Link copied to clipboard

A callback for collecting a validated password from a user.

Link copied to clipboard

A callback for collecting a username.