| Interface | Description |
|---|---|
| CallbackController |
Controller to collect Callback data for
CallbackFragment
and control the Auth Service Action, the parent activity or parent fragment of the CallbackFragment should
implement this interface to manage the embedded CallbackFragment. |
| Class | Description |
|---|---|
| AbstractValidatedCallbackFragment<T extends AbstractValidatedCallback> | |
| AdaptiveCallbackFragment |
This Callback Fragment having the ability to change to suit different callback conditions.
|
| BooleanAttributeInputCallbackFragment |
UI representation for
BooleanAttributeInputCallback |
| CallbackFragment<T extends Callback> |
UI Fragment which represent a Callback
|
| ChoiceCallbackFragment |
UI representation for
ChoiceCallback |
| ConfirmationCallbackFragment |
UI representation for
ConfirmationCallback |
| ConsentMappingCallbackFragment |
UI representation for
ConsentMappingCallback |
| DeviceProfileCallbackFragment |
A simple
Fragment subclass. |
| IdPCallbackFragment |
A simple
Fragment subclass. |
| KbaCreateCallbackFragment |
UI representation for
KbaCreateCallback |
| NameCallbackFragment |
UI representation for
NameCallback |
| NumberAttributeInputCallbackFragment |
UI representation for
NumberAttributeInputCallback |
| PasswordCallbackFragment |
UI representation for
PasswordCallback |
| PollingWaitCallbackFragment |
UI representation for
PollingWaitCallback |
| ReCaptchaCallbackFragment |
UI representation for
ReCaptchaCallback |
| SelectIdPCallbackFragment |
UI representation for
ChoiceCallback |
| StringAttributeInputCallbackFragment |
UI representation for
StringAttributeInputCallback |
| SuspendedTextOutputCallbackFragment |
UI representation for
org.forgerock.android.auth.callback.SuspendedTextOutputCallback |
| TermsAndConditionsCallbackFragment |
UI representation for
TermsAndConditionsCallback |
| TextOutputCallbackFragment |
UI representation for
TextOutputCallback |
| ValidatedPasswordCallbackFragment |
UI representation for
ValidatedPasswordCallback |
| ValidatedUsernameCallbackFragment |
UI representation for
ValidatedUsernameCallback |
| WebAuthnAuthenticationCallbackFragment |
UI representation for
WebAuthnAuthenticationCallback |
| WebAuthnRegistrationCallbackFragment |
UI representation for
WebAuthnRegistrationCallback |