| Interface | Description |
|---|---|
| AuthenticationExceptionListener |
Listener to listen for
AuthenticationException event during authentication |
| AuthHandler |
Handler to handle action during user authentication with the Auth Service
|
| Class | Description |
|---|---|
| AdviceDialogFragment |
Reference implementation of handing Advice with
DialogFragment |
| AdviceDialogHandler |
Handler to handle Policy Advice, this handler will prompt a dialog and trigger an auth tree.
|
| CallbackFragmentFactory |
Factory to create
Fragment for org.forgerock.android.auth.NodeListener#onCallbackReceived(Node) |
| FRSessionViewModel |
ViewModel Wrapper for org.forgerock.android.auth.FRSession |
| FRViewModel<T> |
ViewModel Wrapper for FRUser |
| LoginFragment | |
| RegisterFragment | |
| SimpleLoginActivity |
Simple Login Activity
|
| SimpleRegisterActivity |
Simple Register Activity
|
| SingleLiveEvent<T> |
Event only trigger once after configuration change.
|