A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W 

A

abortBroadcast() - function in android.content.BroadcastReceiver
 
AbstractCallback - class in org.forgerock.android.auth.callback
Abstract Callback that provides the raw content of the Callback, and allow sub classes to access Callback's input and output
AbstractPromptCallback - class in org.forgerock.android.auth.callback
Callback that has prompt attribute
AbstractValidatedCallback - class in org.forgerock.android.auth.callback
Callbacks that accept user input often need to validate that input either on the client side, the server side or both.
AbstractValidatedCallback.FailedPolicy - class in org.forgerock.android.auth.callback.AbstractValidatedCallback
 
AccessToken - class in org.forgerock.android.auth
Models an OAuth2 access token.
AccessToken.Scope - class in org.forgerock.android.auth.AccessToken
Authorization Scope
AccessTokenInterceptor - class in org.forgerock.android.auth.interceptor
Interceptor to inject access token to the API Request
AccessTokenVerifier - class in org.forgerock.android.auth
Verifier to verify the Access Token is valid or not.
ActionCallback - class in org.forgerock.android.auth.callback
 
add(E) - function in java.util.HashSet
 
addAll(java.util.Collection) - function in java.util.Set
 
AdditionalParameterCallback - class in org.forgerock.android.auth.callback
Defines the interface that allows to inject addition parameter to the authenticate request.
addSuppressed(java.lang.Throwable) - function in java.lang.Throwable
 
addSuppressed(java.lang.Throwable) - function in kotlin.Throwable
 
AdviceHandler - class in org.forgerock.android.auth.interceptor
Handler to handle the Advice
AlreadyAuthenticatedException - class in org.forgerock.android.auth.exception
Exception thrown when the user is trying to authenticate again.
ApiException - class in org.forgerock.android.auth.exception
Base exception for all API exceptions.
appAuthConfiguration(androidx.core.util.Consumer) - function in org.forgerock.android.auth.AppAuthConfigurer
Override the AppAuthConfiguration that was prepared by the SDK.
AppAuthConfigurer - class in org.forgerock.android.auth
AppAuth Integration, https://github.
appAuthConfigurer() - function in org.forgerock.android.auth.FRUser.Browser
 
AppAuthFragment - class in org.forgerock.android.auth
Headless Fragment to receive callback result from AppAuth library
AppleSignInHandler - class in org.forgerock.android.auth.idp
IdPHandler to handle Apple login
APPLICATION_PIN - enum entry in org.forgerock.android.auth.callback.DeviceBindingAuthenticationType
 
ApplicationPinDeviceAuthenticator - class in org.forgerock.android.auth.devicebind
Device Authenticator which use Application PIN to secure device cryptography keys
ApplicationPinFragment - class in org.forgerock.android.auth.devicebind
Default Dialog fragment to request user for Application Pin
ApplicationPinFragment.Companion - class in org.forgerock.android.auth.devicebind.ApplicationPinFragment
 
applyBatch(java.lang.String,java.util.ArrayList) - function in android.content.ContentProvider
 
asJSONObject() - function in org.forgerock.android.auth.devicebind.UserKey
 
attachInfo(android.content.Context,android.content.pm.ProviderInfo) - function in android.content.ContentProvider
 
Attestation - class in org.forgerock.android.auth.callback
 
Attestation.Companion - class in org.forgerock.android.auth.callback.Attestation
 
Attestation.Default - class in org.forgerock.android.auth.callback.Attestation
 
Attestation.None - class in org.forgerock.android.auth.callback.Attestation
 
AttributeInputCallback - class in org.forgerock.android.auth.callback
Base implementation of a Callback for collection of a single identity object attribute from a user.
authenticate(android.content.Context,android.net.Uri,org.forgerock.android.auth.NodeListener) - function in org.forgerock.android.auth.FRSession
Trigger the Authentication Tree flow process with the provided resume URI
authenticate(android.content.Context,java.lang.String,org.forgerock.android.auth.NodeListener) - function in org.forgerock.android.auth.FRSession
Trigger the Authentication Tree flow process with the provided tree name
authenticate(android.content.Context,org.forgerock.android.auth.PolicyAdvice,org.forgerock.android.auth.NodeListener) - function in org.forgerock.android.auth.FRSession
Trigger the Authentication Tree flow process with the PolicyAdvice
authenticate(android.content.Context,org.forgerock.android.auth.Node,org.forgerock.android.auth.webauthn.WebAuthnKeySelector) - function in org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
Perform WebAuthn Authentication
authenticate(android.content.Context,org.forgerock.android.auth.Node,org.forgerock.android.auth.webauthn.WebAuthnKeySelector,org.forgerock.android.auth.FRListener) - function in org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
Perform WebAuthn Authentication
authenticate(android.content.Context,org.forgerock.android.auth.Node,org.forgerock.android.auth.FRListener) - function in org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
Perform WebAuthn Authentication
authenticate(android.content.Context) - function in org.forgerock.android.auth.devicebind.ApplicationPinDeviceAuthenticator
Authenticate the user to access the
authenticate(android.content.Context) - function in org.forgerock.android.auth.devicebind.BiometricAuthenticator
Display biometric prompt for authentication type
authenticate(android.content.Context) - function in org.forgerock.android.auth.devicebind.BiometricAuthenticator
Display biometric prompt for authentication type
authenticate(androidx.biometric.BiometricPrompt.AuthenticationCallback) - function in org.forgerock.android.auth.devicebind.BiometricHandler
display biometric prompt for Biometric and device credential
authenticate(android.content.Context) - function in org.forgerock.android.auth.devicebind.DeviceAuthenticator
Authenticate the user to access the
authenticate(android.content.Context) - function in org.forgerock.android.auth.devicebind.None
return success block for None type
authenticate(android.content.Context,org.forgerock.android.auth.webauthn.WebAuthnKeySelector) - function in org.forgerock.android.auth.webauthn.WebAuthnAuthentication
Perform WebAuthn Authentication
AuthenticationException - class in org.forgerock.android.auth.exception
Exception that is thrown when the user-entered credentials cause the authentication module to be authenticated to fail.
AuthenticationRequiredException - class in org.forgerock.android.auth.exception
 
AuthenticationTimeoutException - class in org.forgerock.android.auth.exception
Exception that is thrown when the user's authentication session timed out and cause the authentication module to be authenticated to fail.
authorizationRequest(androidx.core.util.Consumer) - function in org.forgerock.android.auth.AppAuthConfigurer
Override the AuthorizationRequest that was prepared by the SDK.
authorizationServiceConfiguration(org.forgerock.android.auth.Supplier) - function in org.forgerock.android.auth.AppAuthConfigurer
Override the default OAuth2 endpoint defined under the String.xml forgerock_url.
AuthorizeException - class in org.forgerock.android.auth.exception
Exception that is thrown when the authorize failed
AuthService - class in org.forgerock.android.auth
Model of an authentication service.
AuthService.AuthServiceBuilder - class in org.forgerock.android.auth.AuthService
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W