| AbstractCallback |
Abstract Callback that provides the raw content of the Callback, and allow sub classes to access
Callback's input and output
|
| AbstractPromptCallback |
Callback that has prompt attribute
|
| AbstractValidatedCallback |
Callbacks that accept user input often need to validate that input either on the client side, the server side
or both.
|
| AbstractValidatedCallback.FailedPolicy |
|
| AttributeInputCallback |
Base implementation of a Callback for collection of a single identity object attribute from a user.
|
| BooleanAttributeInputCallback |
Implements a Callback for collection of a single identity object attribute from a user.
|
| CallbackFactory |
|
| ChoiceCallback |
Callback to retrieve the selected choice(s) from a list of choices
|
| ConfirmationCallback |
Callback to retrieve the selected option from a list of options
|
| ConsentMappingCallback |
Callback to collect user's Consent.
|
| DeviceProfileCallback |
|
| HiddenValueCallback |
|
| IdPCallback |
Callback to handle Identity Provider SignIn
|
| KbaCreateCallback |
A callback to collect a user's choice of security question and their answer to that question.
|
| MetadataCallback |
A callback that allows some extra metadata to be sent in the response.
|
| NameCallback |
Callback to collect a username
|
| NumberAttributeInputCallback |
Implements a Callback for collection of a single identity object attribute from a user.
|
| PasswordCallback |
Callback to collect a username
|
| PollingWaitCallback |
Class representative of a PollingWaitCallback Callback Object which instructs a client to wait for the given period
and then resubmit their request.
|
| ReCaptchaCallback |
Callback designed for usage with the ReCaptchaNode.
|
| SelectIdPCallback |
Callback to collect an Identity Provider
|
| SelectIdPCallback.IdPValue |
|
| StringAttributeInputCallback |
Implements a Callback for collection of a single identity object attribute from a user.
|
| SuspendedTextOutputCallback |
Callback to display information messages,
warning messages and error messages.
|
| TermsAndConditionsCallback |
A callback to collect a user's acceptance of the configured Terms & Conditions.
|
| TextOutputCallback |
Callback to display information messages,
warning messages and error messages.
|
| ValidatedPasswordCallback |
Callback to collect a password and validate it using IDM policy.
|
| ValidatedUsernameCallback |
Callback to collect a username and validate it against IDM policy.
|