- 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
- AbstractCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.AbstractCallback
-
- AbstractCallback() - Constructor for class org.forgerock.android.auth.callback.AbstractCallback
-
- AbstractPromptCallback - Class in org.forgerock.android.auth.callback
-
Callback that has prompt attribute
- AbstractPromptCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.AbstractPromptCallback
-
- AbstractPromptCallback() - Constructor for class org.forgerock.android.auth.callback.AbstractPromptCallback
-
- 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(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
- AbstractValidatedCallback() - Constructor for class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
- AbstractValidatedCallback.FailedPolicy - Class in org.forgerock.android.auth.callback
-
- ACCEPT_API_VERSION - Static variable in class org.forgerock.android.auth.ServerConfig
-
- ACCESS_TOKEN - Static variable in interface org.forgerock.android.auth.idp.IdPHandler
-
- AccessToken - Class in org.forgerock.android.auth
-
Models an OAuth2 access token.
- AccessToken(String, long, Date, String, String, String, AccessToken.Scope, SSOToken) - Constructor for class org.forgerock.android.auth.AccessToken
-
- AccessToken.AccessTokenBuilder - Class in org.forgerock.android.auth
-
- AccessToken.Scope - Class in org.forgerock.android.auth
-
Authorization Scope
- AccessTokenInterceptor - Class in org.forgerock.android.auth.interceptor
-
Interceptor to inject access token to the API Request
- AccessTokenInterceptor() - Constructor for class org.forgerock.android.auth.interceptor.AccessTokenInterceptor
-
- AccessTokenVerifier - Interface in org.forgerock.android.auth
-
Verifier to verify the Access Token is valid or not.
- ActionCallback - Interface in org.forgerock.android.auth.callback
-
- addAccount(AccountAuthenticatorResponse, String, String, String[], Bundle) - Method in class org.forgerock.android.auth.authenticator.Authenticator
-
- AdditionalParameterCallback - Interface in org.forgerock.android.auth.callback
-
Defines the interface that allows to inject addition parameter to the authenticate request.
- address(UserInfo.Address) - Method in class org.forgerock.android.auth.UserInfo.UserInfoBuilder
-
- advice(PolicyAdvice) - Method in class org.forgerock.android.auth.AuthService.AuthServiceBuilder
-
- AdviceHandler<T> - Interface in org.forgerock.android.auth.interceptor
-
Handler to handle the Advice
- ALG - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- ALLOW_CREDENTIALS - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- AlreadyAuthenticatedException - Exception in org.forgerock.android.auth.exception
-
Exception thrown when the user is trying to authenticate again.
- AlreadyAuthenticatedException() - Constructor for exception org.forgerock.android.auth.exception.AlreadyAuthenticatedException
-
- AlreadyAuthenticatedException(String) - Constructor for exception org.forgerock.android.auth.exception.AlreadyAuthenticatedException
-
- AlreadyAuthenticatedException(String, Throwable) - Constructor for exception org.forgerock.android.auth.exception.AlreadyAuthenticatedException
-
- AlreadyAuthenticatedException(Throwable) - Constructor for exception org.forgerock.android.auth.exception.AlreadyAuthenticatedException
-
- API_VERSION_2_1 - Static variable in class org.forgerock.android.auth.ServerConfig
-
- API_VERSION_3_1 - Static variable in class org.forgerock.android.auth.ServerConfig
-
- ApiException - Exception in org.forgerock.android.auth.exception
-
Base exception for all API exceptions.
- ApiException(int, String, String) - Constructor for exception org.forgerock.android.auth.exception.ApiException
-
Constructs a new ApiException with specified status code, error and description.
- ApiException(int, String, String, Throwable) - Constructor for exception org.forgerock.android.auth.exception.ApiException
-
Constructs a new ApiException with specified status code, error and description.
- appAuthConfiguration(<any>) - Method in class 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.com/openid/AppAuth-Android
this class provides AppAuth integration and customization
- AppAuthConfigurer(FRUser.Browser) - Constructor for class org.forgerock.android.auth.AppAuthConfigurer
-
- appAuthConfigurer() - Method in class org.forgerock.android.auth.FRUser.Browser
-
- AppAuthFragment - Class in org.forgerock.android.auth
-
Headless Fragment to receive callback result from AppAuth library
- AppAuthFragment() - Constructor for class org.forgerock.android.auth.AppAuthFragment
-
- AppleSignInHandler - Class in org.forgerock.android.auth.idp
-
- AppleSignInHandler() - Constructor for class org.forgerock.android.auth.idp.AppleSignInHandler
-
- ATTESTATION_PREFERENCE - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- AttributeInputCallback - Class in org.forgerock.android.auth.callback
-
Base implementation of a Callback for collection of a single identity object attribute from a user.
- AttributeInputCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.AttributeInputCallback
-
- AttributeInputCallback() - Constructor for class org.forgerock.android.auth.callback.AttributeInputCallback
-
- AUTH_ID - Static variable in class org.forgerock.android.auth.Node
-
- AUTH_LEVEL_CONDITION_ADVICE - Static variable in class org.forgerock.android.auth.PolicyAdvice
-
- AUTH_SCHEME_CONDITION_ADVICE - Static variable in class org.forgerock.android.auth.PolicyAdvice
-
- authenticate(Fragment, Node, WebAuthnKeySelector, FRListener<Void>) - Method in class org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
-
Perform WebAuthn Authentication
- authenticate(Node, WebAuthnKeySelector, FRListener<Void>) - Method in class org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
-
Perform WebAuthn Authentication with the current Activity, the Activity has to be of type
FragmentActivity
- authenticate(Context, PolicyAdvice, NodeListener<FRSession>) - Method in class org.forgerock.android.auth.FRSession
-
Trigger the Authentication Tree flow process with the
PolicyAdvice
- authenticate(Context, String, NodeListener<FRSession>) - Static method in class org.forgerock.android.auth.FRSession
-
Trigger the Authentication Tree flow process with the provided tree name
- authenticate(Context, Uri, NodeListener<FRSession>) - Static method in class org.forgerock.android.auth.FRSession
-
Trigger the Authentication Tree flow process with the provided resume URI
- authenticate(Context, FragmentManager, WebAuthnKeySelector, WebAuthnListener) - Method in class org.forgerock.android.auth.webauthn.WebAuthnAuthentication
-
Perform WebAuthn Authentication
- authenticate(Context, FragmentManager, WebAuthnKeySelector, WebAuthnDataRepository, WebAuthnListener) - Method in class org.forgerock.android.auth.webauthn.WebAuthnAuthentication
-
Perform WebAuthn Authentication
- authenticate(Context, FragmentManager, WebAuthnListener, List<PublicKeyCredentialDescriptor>, byte[]) - Method in class org.forgerock.android.auth.webauthn.WebAuthnAuthentication
-
- AUTHENTICATE_TO_REALM_CONDITION_ADVICE - Static variable in class org.forgerock.android.auth.PolicyAdvice
-
- AUTHENTICATE_TO_SERVICE_CONDITION_ADVICE - Static variable in class org.forgerock.android.auth.PolicyAdvice
-
- authenticateEndpoint(String) - Method in class org.forgerock.android.auth.ServerConfig.ServerConfigBuilder
-
- AuthenticationException - Exception in org.forgerock.android.auth.exception
-
Exception that is thrown when the user-entered credentials cause the authentication module to
be authenticated to fail.
- AuthenticationException(int, String, String) - Constructor for exception org.forgerock.android.auth.exception.AuthenticationException
- AuthenticationRequiredException - Exception in org.forgerock.android.auth.exception
-
- AuthenticationRequiredException(Throwable) - Constructor for exception org.forgerock.android.auth.exception.AuthenticationRequiredException
-
- AuthenticationRequiredException(String) - Constructor for exception org.forgerock.android.auth.exception.AuthenticationRequiredException
-
- AuthenticationTimeoutException - Exception 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.
- AuthenticationTimeoutException(int, String, String) - Constructor for exception org.forgerock.android.auth.exception.AuthenticationTimeoutException
- Authenticator - Class in org.forgerock.android.auth.authenticator
-
- Authenticator(Context) - Constructor for class org.forgerock.android.auth.authenticator.Authenticator
-
- AUTHENTICATOR_ATTACHMENT - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- AUTHENTICATOR_SELECTION - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- AuthenticatorService - Class in org.forgerock.android.auth.authenticator
-
- AuthenticatorService() - Constructor for class org.forgerock.android.auth.authenticator.AuthenticatorService
-
- AUTHORIZATION_CODE - Static variable in interface org.forgerock.android.auth.idp.IdPHandler
-
- authorizationRequest(<any>) - Method in class org.forgerock.android.auth.AppAuthConfigurer
-
Override the AuthorizationRequest that was prepared by the SDK.
- authorizationServiceConfiguration(<any>) - Method in class org.forgerock.android.auth.AppAuthConfigurer
-
Override the default OAuth2 endpoint defined under the String.xml forgerock_url.
- AUTHORIZE_ENDPOINT - Static variable in class org.forgerock.android.auth.idp.AppleSignInHandler
-
- authorizeEndpoint(String) - Method in class org.forgerock.android.auth.ServerConfig.ServerConfigBuilder
-
- AuthorizeException - Exception in org.forgerock.android.auth.exception
-
Exception that is thrown when the authorize failed
- AuthorizeException(String, Throwable) - Constructor for exception org.forgerock.android.auth.exception.AuthorizeException
-
- AuthService - Class in org.forgerock.android.auth
-
Model of an authentication service.
- AuthService.AuthServiceBuilder - Class in org.forgerock.android.auth
-
- gender(String) - Method in class org.forgerock.android.auth.UserInfo.UserInfoBuilder
-
- get() - Method in class org.forgerock.android.auth.FRListenerFuture
-
- get(long, TimeUnit) - Method in class org.forgerock.android.auth.FRListenerFuture
-
- get() - Method in class org.forgerock.android.auth.NodeListenerFuture
-
- get(long, TimeUnit) - Method in class org.forgerock.android.auth.NodeListenerFuture
-
- get_id() - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
- get_id() - Method in interface org.forgerock.android.auth.callback.Callback
-
Return the unique id for this callback.
- getAccessLevel() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getAccessToken(FRListener<AccessToken>) - Method in class org.forgerock.android.auth.FRUser
-
- getAccessToken() - Method in class org.forgerock.android.auth.FRUser
-
- getAccessToken(AccessTokenVerifier, FRListener<AccessToken>) - Method in interface org.forgerock.android.auth.TokenManager
-
- getAccountRemovalAllowed(AccountAuthenticatorResponse, Account) - Method in class org.forgerock.android.auth.authenticator.Authenticator
-
- getAcrValues() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getAcrValues() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getAdditionalParameters() - Method in interface org.forgerock.android.auth.callback.AdditionalParameterCallback
-
- getAdditionalParameters() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getAdditionalParameters() - Method in class org.forgerock.android.auth.idp.IdPResult
-
- getAddress() - Method in class org.forgerock.android.auth.UserInfo
-
- getAdviceHandler(PolicyAdvice) - Method in class org.forgerock.android.auth.interceptor.IdentityGatewayAdviceInterceptor
-
- getAllowCredentials(JSONObject) - Method in class org.forgerock.android.auth.webauthn.WebAuthnAuthentication
-
Parse and retrieve all the allow credentials
- getAuthenticateEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getAuthenticateEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
Server Endpoint setting, leave it empty to use default setting.
- getAuthenticatorSelectionCriteria(JSONObject) - Method in class org.forgerock.android.auth.webauthn.WebAuthnRegistration
-
Parse and retrieve AuthenticatorSelectionCriteria attribute
- getAuthId() - Method in class org.forgerock.android.auth.Node
-
- getAuthorizeEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getAuthorizeEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
- getAuthServiceId() - Method in class org.forgerock.android.auth.AuthService
-
- getAuthServiceId() - Method in class org.forgerock.android.auth.Node
-
- getAuthToken(AccountAuthenticatorResponse, Account, String, Bundle) - Method in class org.forgerock.android.auth.authenticator.Authenticator
-
- getAuthTokenLabel(String) - Method in class org.forgerock.android.auth.authenticator.Authenticator
-
- getBirthDate() - Method in class org.forgerock.android.auth.UserInfo
-
- getCallback(Class<T>) - Method in class org.forgerock.android.auth.Node
-
Find the first match Callback with the provided Class.
- getCallbacks() - Method in class org.forgerock.android.auth.callback.CallbackFactory
-
- getCallbacks() - Method in class org.forgerock.android.auth.Node
-
- getChoices() - Method in class org.forgerock.android.auth.callback.ChoiceCallback
-
Get the list of choices.
- getClientId() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getClientId() - Method in class org.forgerock.android.auth.Config
-
- getClientId() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getClientId() - Method in class org.forgerock.android.auth.OAuth2Client
-
The registered client identifier
- getCollectors() - Method in class org.forgerock.android.auth.collector.FRDeviceCollector
-
- getCommands() - Method in class org.forgerock.android.auth.detector.CommandDetector
-
- getCommands() - Method in class org.forgerock.android.auth.detector.SuCommandDetector
-
- getContent() - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
- getContent() - Method in interface org.forgerock.android.auth.callback.Callback
-
Return the raw content of the Callback.
- getContentAsJson() - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
- getContext() - Method in class org.forgerock.android.auth.Config
-
- getContext() - Method in interface org.forgerock.android.auth.Interceptor.Chain
-
Retrieve the Application context
- getContext() - Method in class org.forgerock.android.auth.InterceptorHandler
-
- getCookieName() - Method in class org.forgerock.android.auth.Config
-
- getCookieName() - Method in class org.forgerock.android.auth.ServerConfig
-
- getCookies() - Method in interface org.forgerock.android.auth.SingleSignOnManager
-
Retrieve the Stored cookies
- getCountry() - Method in class org.forgerock.android.auth.UserInfo.Address
-
- getCreateDate() - Method in class org.forgerock.android.auth.callback.TermsAndConditionsCallback
-
The create date of the Terms & Conditions.
- getCredentials(JSONArray) - Method in class org.forgerock.android.auth.webauthn.WebAuthn
-
Parse the PublicKeyCredentialDescriptor
- getCurrentActivity() - Static method in class org.forgerock.android.auth.InitProvider
-
Retrieve the current active Activity
- getCurrentActivityAsFragmentActivity() - Static method in class org.forgerock.android.auth.InitProvider
-
Retrieve the current active activity as FragmentActivity
- getCurrentSession() - Static method in class org.forgerock.android.auth.FRSession
-
Retrieve the existing FRSession instance,
- getCurrentUser() - Static method in class org.forgerock.android.auth.FRUser
-
Retrieve the existing FRUser instance,
- getDefaultChoice() - Method in class org.forgerock.android.auth.callback.ChoiceCallback
-
Get the defaultChoice.
- getDefaultOption() - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
Get the defaultChoice.
- getDefaultValue() - Method in class org.forgerock.android.auth.callback.HiddenValueCallback
-
- getDerivedCallback() - Method in interface org.forgerock.android.auth.callback.DerivableCallback
-
Retrieve the derived callback class, return null if no derive callback found.
- getDerivedCallback() - Method in class org.forgerock.android.auth.callback.MetadataCallback
-
- getDescription() - Method in class org.forgerock.android.auth.Node
-
- getDetectors() - Method in class org.forgerock.android.auth.detector.FRRootDetector
-
- getDisplayName() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getEmail() - Method in class org.forgerock.android.auth.UserInfo
-
- getEmailVerified() - Method in class org.forgerock.android.auth.UserInfo
-
- getEncryptor() - Method in class org.forgerock.android.auth.Config
-
- getEndSessionEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getEndSessionEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
- getError() - Method in exception org.forgerock.android.auth.exception.ApiException
-
Gets the error/name of the exception.
- getErrorCode() - Method in exception org.forgerock.android.auth.exception.WebAuthnResponseException
-
- getErrorCodeAsInt() - Method in exception org.forgerock.android.auth.exception.WebAuthnResponseException
-
- getExcludeCredentials(JSONObject) - Method in class org.forgerock.android.auth.webauthn.WebAuthnRegistration
-
Parse and retrieve PublicKeyCredentialDescriptor attribute
- getExpiration() - Method in class org.forgerock.android.auth.AccessToken
-
- getExpiresIn() - Method in class org.forgerock.android.auth.AccessToken
-
- getFailedPolicies() - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
Return the list of failed policies for this callback.
- getFamilyName() - Method in class org.forgerock.android.auth.UserInfo
-
- getFields() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getFilenames() - Method in class org.forgerock.android.auth.detector.BusyBoxProgramFileDetector
-
- getFilenames() - Method in class org.forgerock.android.auth.detector.FileDetector
-
- getFilenames() - Method in class org.forgerock.android.auth.detector.NativeDetector
-
- getFilenames() - Method in class org.forgerock.android.auth.detector.RootProgramFileDetector
-
- getFormatted() - Method in class org.forgerock.android.auth.UserInfo.Address
-
- getGender() - Method in class org.forgerock.android.auth.UserInfo
-
- getGivenName() - Method in class org.forgerock.android.auth.UserInfo
-
- getHeader() - Method in class org.forgerock.android.auth.Node
-
- getIcon() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getId() - Method in class org.forgerock.android.auth.callback.HiddenValueCallback
-
- getId() - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource
-
- getIdentifier() - Method in class org.forgerock.android.auth.Config
-
- getIdentifier() - Method in class org.forgerock.android.auth.DeviceIdentifier
-
Retrieve the Device Identifier, the device identifier is stable except when:
- getIdPHandler() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
Get the
IdPHandler that handle the Identity Provider SignIn
- getIdToken() - Method in class org.forgerock.android.auth.AccessToken
-
- getInputValue() - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
Get the first value for input
- getInputValue(int) - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
Get the value for input
- getInstance() - Static method in class org.forgerock.android.auth.callback.CallbackFactory
-
- getInstance() - Static method in class org.forgerock.android.auth.Config
-
- getInstance() - Static method in class org.forgerock.android.auth.FRDevice
-
- getIntentBuilder(AuthorizationService, Uri) - Method in class org.forgerock.android.auth.idp.AppleSignInHandler
-
Retrieve the Custom tab builder.
- getKeyStoreManager() - Method in class org.forgerock.android.auth.Config
-
- getListener() - Method in interface org.forgerock.android.auth.Interceptor.Chain
-
The listener to listen for the chain processing
- getListener() - Method in class org.forgerock.android.auth.InterceptorHandler
-
- getLocale() - Method in class org.forgerock.android.auth.UserInfo
-
- getLocality() - Method in class org.forgerock.android.auth.UserInfo.Address
-
- getLogoutEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getLogoutEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
- getMessage() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getMessage() - Method in class org.forgerock.android.auth.callback.DeviceProfileCallback
-
The message which should be displayed to the user
- getMessage() - Method in class org.forgerock.android.auth.callback.PollingWaitCallback
-
The message which should be displayed to the user
- getMessage() - Method in class org.forgerock.android.auth.callback.TextOutputCallback
-
The message
- getMessageType() - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
- getMessageType() - Method in class org.forgerock.android.auth.callback.TextOutputCallback
-
The message type
- getMiddleName() - Method in class org.forgerock.android.auth.UserInfo
-
- getName() - Method in class org.forgerock.android.auth.AuthService
-
- getName(JSONObject) - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
- getName() - Method in class org.forgerock.android.auth.callback.AttributeInputCallback
-
- getName() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getName() - Method in class org.forgerock.android.auth.collector.BluetoothCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.BrowserCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.CameraCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.ConnectivityCollector
-
- getName() - Method in interface org.forgerock.android.auth.collector.DeviceCollector
-
Retrieve the name of the Collector
- getName() - Method in class org.forgerock.android.auth.collector.DisplayCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.FRDeviceCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.HardwareCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.LocationCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.MetadataCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.NetworkCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.PlatformCollector
-
- getName() - Method in class org.forgerock.android.auth.collector.TelephonyCollector
-
- getName() - Method in class org.forgerock.android.auth.UserInfo
-
- getNickName() - Method in class org.forgerock.android.auth.UserInfo
-
- getNonce() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getNonce() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getOAuthUrl() - Method in class org.forgerock.android.auth.Config
-
- getOptions() - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
Get the list of options.
- getOptionType() - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
- getOtherUI() - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource
-
- getPackages() - Method in class org.forgerock.android.auth.detector.PackageDetector
-
- getPackages() - Method in class org.forgerock.android.auth.detector.RootAppDetector
-
- getPackages() - Method in class org.forgerock.android.auth.detector.RootCloakingAppDetector
-
- getPackages() - Method in class org.forgerock.android.auth.detector.RootRequiredAppDetector
-
- getParams() - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback.FailedPolicy
-
- getPermissions(IdPClient) - Method in class org.forgerock.android.auth.idp.FacebookSignInHandler
-
The request permissions
- getPhoneNumber() - Method in class org.forgerock.android.auth.UserInfo
-
- getPhoneNumberVerified() - Method in class org.forgerock.android.auth.UserInfo
-
- getPicture() - Method in class org.forgerock.android.auth.UserInfo
-
- getPins() - Method in class org.forgerock.android.auth.Config
-
- getPolicies() - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
Return the validation policies that should be applied to the input collected by this callback.
- getPolicyRequirement() - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback.FailedPolicy
-
- getPostalCode() - Method in class org.forgerock.android.auth.UserInfo.Address
-
- getPredefinedQuestions() - Method in class org.forgerock.android.auth.callback.KbaCreateCallback
-
Get the predefined questions available to the user to choose from.
- getPreferredUsername() - Method in class org.forgerock.android.auth.UserInfo
-
- getProfile(FRListener<JSONObject>) - Method in class org.forgerock.android.auth.FRDevice
-
Retrieve the Device Profile.
- getProfile() - Method in class org.forgerock.android.auth.UserInfo
-
- getPrompt() - Method in class org.forgerock.android.auth.callback.AbstractPromptCallback
-
Get the prompt for this callback.
- getPrompt() - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
- getPrompt() - Method in class org.forgerock.android.auth.callback.AttributeInputCallback
-
- getPrompt() - Method in class org.forgerock.android.auth.callback.ValidatedPasswordCallback
-
- getPrompt() - Method in class org.forgerock.android.auth.callback.ValidatedUsernameCallback
-
- getProperties() - Method in class org.forgerock.android.auth.detector.DangerousPropertyDetector
-
- getProperties() - Method in class org.forgerock.android.auth.detector.SystemPropertyDetector
-
- getProvider() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getProvider() - Method in class org.forgerock.android.auth.callback.SelectIdPCallback.IdPValue
-
- getProvider() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getProviders() - Method in class org.forgerock.android.auth.callback.SelectIdPCallback
-
- getPublicKeyCredentialParameters(JSONObject) - Method in class org.forgerock.android.auth.webauthn.WebAuthnRegistration
-
Parse and retrieve all the Public key credentials
- getPublicKeyCredentialSource(String) - Method in class org.forgerock.android.auth.WebAuthnDataRepository
-
- getRaw() - Method in class org.forgerock.android.auth.UserInfo
-
- getRealm() - Method in class org.forgerock.android.auth.Config
-
- getRealm() - Method in class org.forgerock.android.auth.ServerConfig
-
- getReCaptchaSiteKey() - Method in class org.forgerock.android.auth.callback.ReCaptchaCallback
-
Retrieves the specified site key.
- getRedirectUri() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getRedirectUri() - Method in class org.forgerock.android.auth.Config
-
- getRedirectUri() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getRedirectUri() - Method in class org.forgerock.android.auth.OAuth2Client
-
- getRefreshToken() - Method in class org.forgerock.android.auth.AccessToken
-
- getRegion() - Method in class org.forgerock.android.auth.UserInfo.Address
-
- getRegisterPendingIntent(Fido2ApiClient, PublicKeyCredentialCreationOptions) - Method in class org.forgerock.android.auth.webauthn.WebAuthnRegistration
-
- getRelyingPartyId(JSONObject) - Method in class org.forgerock.android.auth.webauthn.WebAuthn
-
Parse the relaying party id.
- getRequest() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getRequest() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getRequestUri() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getRequestUri() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getResponseType() - Method in class org.forgerock.android.auth.OAuth2Client
-
- getResumeURI() - Method in class org.forgerock.android.auth.AuthService
-
- getRevokeEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getRevokeEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
- getRootApk() - Method in class org.forgerock.android.auth.detector.RootApkDetector
-
- getRpid() - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource
-
- getScope() - Method in class org.forgerock.android.auth.AccessToken
-
- getScope() - Method in class org.forgerock.android.auth.Config
-
- getScope() - Method in class org.forgerock.android.auth.OAuth2Client
-
- getScopes() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getScopes() - Method in interface org.forgerock.android.auth.idp.IdPClient
-
- getSelectedIndex() - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
- getServerConfig() - Method in class org.forgerock.android.auth.OAuth2Client
-
- getSessionToken() - Method in class org.forgerock.android.auth.AccessToken
-
- getSessionToken() - Method in class org.forgerock.android.auth.FRSession
-
Retrieve the stored Session Token.
- getSharedPreferences() - Method in class org.forgerock.android.auth.Config
-
- getSignPendingIntent(Fido2ApiClient, PublicKeyCredentialRequestOptions) - Method in class org.forgerock.android.auth.webauthn.WebAuthnAuthentication
-
- getSsoSharedPreferences() - Method in class org.forgerock.android.auth.Config
-
- getStage() - Method in class org.forgerock.android.auth.Node
-
- getStage(List<Callback>) - Method in interface org.forgerock.android.auth.NodeListener
-
Workaround stage property for AM version < 7.0.
- getStatusCode() - Method in exception org.forgerock.android.auth.exception.ApiException
-
Gets the status code of the exception.
- getStreetAddress() - Method in class org.forgerock.android.auth.UserInfo.Address
-
- getString(String) - Method in interface org.forgerock.android.auth.DataRepository
-
Retrieve the value from the repository
- getSub() - Method in class org.forgerock.android.auth.UserInfo
-
- getTerms() - Method in class org.forgerock.android.auth.callback.TermsAndConditionsCallback
-
Retrieve the Terms & Conditions.
- getTimeout() - Method in class org.forgerock.android.auth.Config
-
- getToken() - Method in class org.forgerock.android.auth.idp.IdPResult
-
- getToken() - Method in interface org.forgerock.android.auth.SingleSignOnManager
-
- getTokenEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getTokenEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
- getTokenType() - Method in class org.forgerock.android.auth.AccessToken
-
- getTokenType() - Method in class org.forgerock.android.auth.idp.AppleSignInHandler
-
- getTokenType() - Method in class org.forgerock.android.auth.idp.FacebookSignInHandler
-
- getTokenType() - Method in class org.forgerock.android.auth.idp.GoogleSignInHandler
-
- getTokenType() - Method in interface org.forgerock.android.auth.idp.IdPHandler
-
Retrieve the result token type (access_token, id_token, authorization_code)
- getType() - Method in class org.forgerock.android.auth.callback.BooleanAttributeInputCallback
-
- getType() - Method in interface org.forgerock.android.auth.callback.Callback
-
Return the type of the Callback, the type name should align with the Callback type returned
from AM
- getType(Class<? extends Callback>) - Method in class org.forgerock.android.auth.callback.CallbackFactory
-
- getType() - Method in class org.forgerock.android.auth.callback.ChoiceCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.DeviceProfileCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.HiddenValueCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.KbaCreateCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.MetadataCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.NameCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.NumberAttributeInputCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.PasswordCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.PollingWaitCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.ReCaptchaCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.SelectIdPCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.StringAttributeInputCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.SuspendedTextOutputCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.TermsAndConditionsCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.TextOutputCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.ValidatedPasswordCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.ValidatedUsernameCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
-
- getType() - Method in class org.forgerock.android.auth.callback.WebAuthnRegistrationCallback
-
- getType(Uri) - Method in class org.forgerock.android.auth.InitProvider
-
- getType() - Method in class org.forgerock.android.auth.PolicyAdvice
-
- getType() - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource
-
- getUiConfig() - Method in class org.forgerock.android.auth.callback.SelectIdPCallback.IdPValue
-
- getUpdateAt() - Method in class org.forgerock.android.auth.UserInfo
-
- getUrl() - Method in class org.forgerock.android.auth.Config
-
- getUrl() - Method in class org.forgerock.android.auth.ServerConfig
-
- getUserHandle() - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource
-
- getUserInfo(FRListener<UserInfo>) - Method in class org.forgerock.android.auth.FRUser
-
Handles REST requests to the OpenId Connect userinfo endpoint for retrieving information about the user who granted
the authorization for the token.
- getUserinfoEndpoint() - Method in class org.forgerock.android.auth.Config
-
- getUserInfoEndpoint() - Method in class org.forgerock.android.auth.ServerConfig
-
- getValidateOnly() - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
- getValue() - Method in class org.forgerock.android.auth.callback.BooleanAttributeInputCallback
-
The attribute Value
- getValue() - Method in class org.forgerock.android.auth.callback.HiddenValueCallback
-
- getValue() - Method in class org.forgerock.android.auth.callback.MetadataCallback
-
- getValue() - Method in class org.forgerock.android.auth.callback.NumberAttributeInputCallback
-
The attribute Value
- getValue() - Method in class org.forgerock.android.auth.callback.StringAttributeInputCallback
-
The attribute Value
- getValue() - Method in class org.forgerock.android.auth.PolicyAdvice
-
- getValue() - Method in class org.forgerock.android.auth.Token
-
- getVersion() - Method in class org.forgerock.android.auth.callback.TermsAndConditionsCallback
-
Retrieves the version.
- getWaitTime() - Method in class org.forgerock.android.auth.callback.PollingWaitCallback
-
The period of time in milliseconds that the client should wait before replying to this callback.
- getWebAuthnAuthentication() - Method in class org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
-
- getWebAuthnRegistration() - Method in class org.forgerock.android.auth.callback.WebAuthnRegistrationCallback
-
- getWebsite() - Method in class org.forgerock.android.auth.UserInfo
-
- getZoneInfo() - Method in class org.forgerock.android.auth.UserInfo
-
- givenName(String) - Method in class org.forgerock.android.auth.UserInfo.UserInfoBuilder
-
- GoogleSignInHandler - Class in org.forgerock.android.auth.idp
-
- GoogleSignInHandler() - Constructor for class org.forgerock.android.auth.idp.GoogleSignInHandler
-
- raw(JSONObject) - Method in class org.forgerock.android.auth.UserInfo.UserInfoBuilder
-
- RC_SIGN_IN - Static variable in class org.forgerock.android.auth.idp.AppleSignInHandler
-
- RC_SIGN_IN - Static variable in class org.forgerock.android.auth.idp.GoogleSignInHandler
-
- realm(String) - Method in class org.forgerock.android.auth.ServerConfig.ServerConfigBuilder
-
- ReCaptchaCallback - Class in org.forgerock.android.auth.callback
-
Callback designed for usage with the ReCaptchaNode.
- ReCaptchaCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.ReCaptchaCallback
-
- ReCaptchaCallback() - Constructor for class org.forgerock.android.auth.callback.ReCaptchaCallback
-
- redirectUri(String) - Method in class org.forgerock.android.auth.OAuth2Client.OAuth2ClientBuilder
-
- refresh(SSOToken, String, FRListener<AccessToken>) - Method in class org.forgerock.android.auth.OAuth2Client
-
Refresh the Access Token with the provided Refresh Token
- refresh(AccessToken, FRListener<AccessToken>) - Method in interface org.forgerock.android.auth.TokenManager
-
Refresh the
AccessToken asynchronously, force token refresh, no matter the stored
AccessToken is expired or not
refresh the token and persist it.
- refreshToken(String) - Method in class org.forgerock.android.auth.AccessToken.AccessTokenBuilder
-
- region(String) - Method in class org.forgerock.android.auth.UserInfo.Address.AddressBuilder
-
- register(Class<? extends Callback>) - Method in class org.forgerock.android.auth.callback.CallbackFactory
-
Register new Callback Class
- register(Fragment, Node, FRListener<Void>) - Method in class org.forgerock.android.auth.callback.WebAuthnRegistrationCallback
-
Perform WebAuthn Registration.
- register(Node, FRListener<Void>) - Method in class org.forgerock.android.auth.callback.WebAuthnRegistrationCallback
-
Perform WebAuthn Registration with the current Activity, the Activity has to be of type
FragmentActivity
- register(Context, NodeListener<FRUser>) - Static method in class org.forgerock.android.auth.FRUser
-
Trigger the user registration process, the registration service name is defined under string.xml file with
forgerock_registration_service
- register(Context, FragmentManager, WebAuthnListener) - Method in class org.forgerock.android.auth.webauthn.WebAuthnRegistration
-
Perform WebAuthn Registration
- RELYING_PARTY_NAME - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- REQUEST_FIDO2_REGISTER - Static variable in class org.forgerock.android.auth.webauthn.WebAuthnHeadlessRegistrationFragment
-
- REQUEST_FIDO2_SIGNIN - Static variable in class org.forgerock.android.auth.webauthn.WebAuthnHeadlessAuthenticateFragment
-
- REQUIRE_RESIDENT_KEY - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- REQUIRED - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- reset() - Static method in class org.forgerock.android.auth.Config
-
- reset() - Method in class org.forgerock.android.auth.NodeListenerFuture
-
- result(Location) - Method in class org.forgerock.android.auth.collector.LocationCollector
-
Convert Location to JSONObject
- resumeURI(Uri) - Method in class org.forgerock.android.auth.AuthService.AuthServiceBuilder
-
- revoke(AccessToken, FRListener<Void>) - Method in class org.forgerock.android.auth.OAuth2Client
-
Revoke the AccessToken, to revoke the access token, first look for refresh token to revoke, if
not provided, will revoke with the access token.
- revoke(FRListener<Void>) - Method in interface org.forgerock.android.auth.SingleSignOnManager
-
Revoke the SSO Session
- revoke(FRListener<Void>) - Method in interface org.forgerock.android.auth.TokenManager
-
OAuth2 Token Revocation
- revokeAccessToken(FRListener<Void>) - Method in class org.forgerock.android.auth.FRUser
-
- revokeEndpoint(String) - Method in class org.forgerock.android.auth.ServerConfig.ServerConfigBuilder
-
- RootApkDetector - Class in org.forgerock.android.auth.detector
-
Check if there are well-known root apk files exist
- RootApkDetector() - Constructor for class org.forgerock.android.auth.detector.RootApkDetector
-
- RootAppDetector - Class in org.forgerock.android.auth.detector
-
Check if there are well-known root App are installed.
- RootAppDetector() - Constructor for class org.forgerock.android.auth.detector.RootAppDetector
-
- RootCloakingAppDetector - Class in org.forgerock.android.auth.detector
-
Check if there are well-known root cloaking App installed.
- RootCloakingAppDetector() - Constructor for class org.forgerock.android.auth.detector.RootCloakingAppDetector
-
- RootDetector - Interface in org.forgerock.android.auth.detector
-
- RootProgramFileDetector - Class in org.forgerock.android.auth.detector
-
Check common root program exist
- RootProgramFileDetector() - Constructor for class org.forgerock.android.auth.detector.RootProgramFileDetector
-
- RootRequiredAppDetector - Class in org.forgerock.android.auth.detector
-
Check if root required App are installed
- RootRequiredAppDetector() - Constructor for class org.forgerock.android.auth.detector.RootRequiredAppDetector
-
- rpid(String) - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource.PublicKeyCredentialSourceBuilder
-
- save(String, String) - Method in interface org.forgerock.android.auth.DataRepository
-
Persist data to the repository.
- saveFromResponse(HttpUrl, List<Cookie>) - Method in class org.forgerock.android.auth.SecureCookieJar
-
- scope(AccessToken.Scope) - Method in class org.forgerock.android.auth.AccessToken.AccessTokenBuilder
-
- Scope(Set<String>) - Constructor for class org.forgerock.android.auth.AccessToken.Scope
-
- Scope() - Constructor for class org.forgerock.android.auth.AccessToken.Scope
-
- scope(String) - Method in class org.forgerock.android.auth.OAuth2Client.OAuth2ClientBuilder
-
- SecureCookieJar - Class in org.forgerock.android.auth
-
- SecureCookieJar(Context, SingleSignOnManager, Long) - Constructor for class org.forgerock.android.auth.SecureCookieJar
-
- SecureCookieJar.SecureCookieJarBuilder - Class in org.forgerock.android.auth
-
- select(FragmentManager, List<PublicKeyCredentialSource>, FRListener<PublicKeyCredentialSource>) - Method in interface org.forgerock.android.auth.webauthn.WebAuthnKeySelector
-
- SelectIdPCallback - Class in org.forgerock.android.auth.callback
-
Callback to collect an Identity Provider
- SelectIdPCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.SelectIdPCallback
-
- SelectIdPCallback() - Constructor for class org.forgerock.android.auth.callback.SelectIdPCallback
-
- SelectIdPCallback.IdPValue - Class in org.forgerock.android.auth.callback
-
- serverConfig(ServerConfig) - Method in class org.forgerock.android.auth.AuthService.AuthServiceBuilder
-
- serverConfig(ServerConfig) - Method in class org.forgerock.android.auth.OAuth2Client.OAuth2ClientBuilder
-
- ServerConfig - Class in org.forgerock.android.auth
-
Manages Server configuration information
- ServerConfig.ServerConfigBuilder - Class in org.forgerock.android.auth
-
- SERVICE - Static variable in class org.forgerock.android.auth.AuthService
-
- SESSION_CONDITION_ADVICE - Static variable in class org.forgerock.android.auth.PolicyAdvice
-
- sessionToken(SSOToken) - Method in class org.forgerock.android.auth.AccessToken.AccessTokenBuilder
-
- setAccept(boolean) - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
Sets whether the Consent has been accepted.
- setAccept(boolean) - Method in class org.forgerock.android.auth.callback.TermsAndConditionsCallback
-
Sets whether the Terms have been accepted.
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.AbstractPromptCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.AttributeInputCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.BooleanAttributeInputCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.ChoiceCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.ConsentMappingCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.DeviceProfileCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.HiddenValueCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.IdPCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.KbaCreateCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.MetadataCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.NumberAttributeInputCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.PollingWaitCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.ReCaptchaCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.SelectIdPCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.StringAttributeInputCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.TermsAndConditionsCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.TextOutputCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.ValidatedPasswordCallback
-
- setAttribute(String, Object) - Method in class org.forgerock.android.auth.callback.ValidatedUsernameCallback
-
- setCallback(Callback) - Method in class org.forgerock.android.auth.Node
-
- setContent(JSONObject) - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
Sets the value of the Callback
- setEncryptor(Encryptor) - Method in class org.forgerock.android.auth.Config
-
- setHiddenCallbackValue(Node, String) - Method in interface org.forgerock.android.auth.callback.WebAuthnCallback
-
- setKeyStoreManager(KeyStoreManager) - Method in class org.forgerock.android.auth.Config
-
- setListener(FRListener<AuthenticatorAssertionResponse>) - Method in class org.forgerock.android.auth.webauthn.WebAuthnHeadlessAuthenticateFragment
-
Set the listener to listen for result event.
- setListener(FRListener<AuthenticatorAttestationResponse>) - Method in class org.forgerock.android.auth.webauthn.WebAuthnHeadlessRegistrationFragment
-
Set the listener to listen for result event.
- setName(String) - Method in class org.forgerock.android.auth.callback.NameCallback
-
Set the retrieved name.
- setPassword(char[]) - Method in class org.forgerock.android.auth.callback.PasswordCallback
-
Set the retrieved password.
- setPassword(char[]) - Method in class org.forgerock.android.auth.callback.ValidatedPasswordCallback
-
Set the retrieved password.
- setPersisted(boolean) - Method in class org.forgerock.android.auth.AccessToken
-
- setSelectedAnswer(String) - Method in class org.forgerock.android.auth.callback.KbaCreateCallback
-
Set the user's chosen response to their chosen question.
- setSelectedIndex(int) - Method in class org.forgerock.android.auth.callback.ChoiceCallback
-
Set the selected choice.
- setSelectedIndex(int) - Method in class org.forgerock.android.auth.callback.ConfirmationCallback
-
Set the selected choice.
- setSelectedQuestion(String) - Method in class org.forgerock.android.auth.callback.KbaCreateCallback
-
Set the user's chosen question.
- setSharedPreferences(SharedPreferences) - Method in class org.forgerock.android.auth.Config
-
- setSsoSharedPreferences(SharedPreferences) - Method in class org.forgerock.android.auth.Config
-
- setToken(String) - Method in class org.forgerock.android.auth.callback.IdPCallback
-
Set the the authentication token value.
- setTokenType(String) - Method in class org.forgerock.android.auth.callback.IdPCallback
-
Set the Token Type (access_token, id_token, authorization_code)
- setUrl(String) - Method in class org.forgerock.android.auth.Config
-
- setUsername(String) - Method in class org.forgerock.android.auth.callback.ValidatedUsernameCallback
-
Set the retrieved username.
- setValidateOnly(boolean) - Method in class org.forgerock.android.auth.callback.AbstractValidatedCallback
-
- setValue(Object, int) - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
Set the value for the input.
- setValue(Object) - Method in class org.forgerock.android.auth.callback.AbstractCallback
-
Set the first value for input
- setValue(Boolean) - Method in class org.forgerock.android.auth.callback.BooleanAttributeInputCallback
-
- setValue(String) - Method in class org.forgerock.android.auth.callback.DeviceProfileCallback
-
- setValue(String) - Method in class org.forgerock.android.auth.callback.HiddenValueCallback
-
- setValue(Double) - Method in class org.forgerock.android.auth.callback.NumberAttributeInputCallback
-
- setValue(String) - Method in class org.forgerock.android.auth.callback.SelectIdPCallback
-
- setValue(String) - Method in class org.forgerock.android.auth.callback.StringAttributeInputCallback
-
- sharedPreferences(SharedPreferences) - Method in class org.forgerock.android.auth.WebAuthnDataRepository.WebAuthnDataRepositoryBuilder
-
- signIn(Fragment, FRListener<Void>) - Method in class org.forgerock.android.auth.callback.IdPCallback
-
Perform the Identity Provider sign in with the current active Fragment
- signIn(FRListener<Void>) - Method in class org.forgerock.android.auth.callback.IdPCallback
-
Perform the Identity Provider sign in with the current active
androidx.fragment.app.FragmentActivity
- signIn(IdPClient, FRListener<IdPResult>) - Method in class org.forgerock.android.auth.idp.AppleSignInHandler
-
- signIn(Fragment, IdPClient, FRListener<IdPResult>) - Method in class org.forgerock.android.auth.idp.AppleSignInHandler
-
- signIn(IdPClient, FRListener<IdPResult>) - Method in class org.forgerock.android.auth.idp.FacebookSignInHandler
-
- signIn(Fragment, IdPClient, FRListener<IdPResult>) - Method in class org.forgerock.android.auth.idp.FacebookSignInHandler
-
- signIn(IdPClient, FRListener<IdPResult>) - Method in class org.forgerock.android.auth.idp.GoogleSignInHandler
-
- signIn(Fragment, IdPClient, FRListener<IdPResult>) - Method in class org.forgerock.android.auth.idp.GoogleSignInHandler
-
- signIn(IdPClient, FRListener<IdPResult>) - Method in interface org.forgerock.android.auth.idp.IdPHandler
-
Perform the Identity Provider sign in with the current active
androidx.fragment.app.FragmentActivity
- signIn(Fragment, IdPClient, FRListener<IdPResult>) - Method in interface org.forgerock.android.auth.idp.IdPHandler
-
Perform the Identity Provider sign in with the current active Fragment
- singleSignOnManager(SingleSignOnManager) - Method in class org.forgerock.android.auth.SecureCookieJar.SecureCookieJarBuilder
-
- SingleSignOnManager - Interface in org.forgerock.android.auth
-
Manage SSO related attributes
- SSOToken - Class in org.forgerock.android.auth
-
- SSOToken(String) - Constructor for class org.forgerock.android.auth.SSOToken
-
- STAGE - Static variable in class org.forgerock.android.auth.Node
-
- start(Context) - Static method in class org.forgerock.android.auth.FRAuth
-
- streetAddress(String) - Method in class org.forgerock.android.auth.UserInfo.Address.AddressBuilder
-
- StringAttributeInputCallback - Class in org.forgerock.android.auth.callback
-
Implements a Callback for collection of a single identity object attribute from a user.
- StringAttributeInputCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.StringAttributeInputCallback
-
Constructor for this Callback.
- StringAttributeInputCallback() - Constructor for class org.forgerock.android.auth.callback.StringAttributeInputCallback
-
- StringUtils - Class in org.forgerock.android.auth
-
Utility class for handling Strings.
- sub(String) - Method in class org.forgerock.android.auth.UserInfo.UserInfoBuilder
-
- SuCommandDetector - Class in org.forgerock.android.auth.detector
-
Check su command exists
- SuCommandDetector() - Constructor for class org.forgerock.android.auth.detector.SuCommandDetector
-
- SUSPENDED_ID - Static variable in class org.forgerock.android.auth.AuthService
-
- SuspendedAuthSessionException - Exception in org.forgerock.android.auth.exception
-
Exception that is thrown when the user's suspendedId timed out and cause the authentication module to
be authenticated to fail.
- SuspendedAuthSessionException(int, String, String) - Constructor for exception org.forgerock.android.auth.exception.SuspendedAuthSessionException
- SuspendedTextOutputCallback - Class in org.forgerock.android.auth.callback
-
Callback to display information messages,
warning messages and error messages.
- SuspendedTextOutputCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.SuspendedTextOutputCallback
-
- SuspendedTextOutputCallback() - Constructor for class org.forgerock.android.auth.callback.SuspendedTextOutputCallback
-
- SystemPropertyDetector - Class in org.forgerock.android.auth.detector
-
Check system property with expected value.
- SystemPropertyDetector() - Constructor for class org.forgerock.android.auth.detector.SystemPropertyDetector
-
- WARNING - Static variable in class org.forgerock.android.auth.callback.ConfirmationCallback
-
- WARNING - Static variable in class org.forgerock.android.auth.callback.TextOutputCallback
-
Warning message.
- WEB_AUTHN - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- WebAuthKeySelectionDialogFragment - Class in org.forgerock.android.auth.webauthn
-
A Simple Dialog to display key selection using a spinner
- WebAuthKeySelectionDialogFragment() - Constructor for class org.forgerock.android.auth.webauthn.WebAuthKeySelectionDialogFragment
-
Default Constructor to construct WebAuthKeySelectionDialogFragment
- WebAuthn - Class in org.forgerock.android.auth.webauthn
-
- WebAuthn() - Constructor for class org.forgerock.android.auth.webauthn.WebAuthn
-
- WEBAUTHN_AUTHENTICATION - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- WEBAUTHN_REGISTRATION - Static variable in class org.forgerock.android.auth.webauthn.WebAuthn
-
- WebAuthnAuthentication - Class in org.forgerock.android.auth.webauthn
-
Handle WebAuthn Authentication
- WebAuthnAuthentication(JSONObject) - Constructor for class org.forgerock.android.auth.webauthn.WebAuthnAuthentication
-
Constructor to create WebAuthnAuthentication
- WebAuthnAuthenticationCallback - Class in org.forgerock.android.auth.callback
-
A callback that handle WebAuthnAuthentication Node.
- WebAuthnAuthenticationCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
-
- WebAuthnAuthenticationCallback() - Constructor for class org.forgerock.android.auth.callback.WebAuthnAuthenticationCallback
-
- WebAuthnCallback - Interface in org.forgerock.android.auth.callback
-
Interface for WebAuthn Related callback
- WebAuthnDataRepository - Class in org.forgerock.android.auth
-
- WebAuthnDataRepository.WebAuthnDataRepositoryBuilder - Class in org.forgerock.android.auth
-
- WebAuthnException - Exception in org.forgerock.android.auth.exception
-
Exception that is thrown when the webauthn registration or authentication failed
- WebAuthnException(String) - Constructor for exception org.forgerock.android.auth.exception.WebAuthnException
-
Constructs a new exception with the specified detail message.
- WebAuthnException(String, Throwable) - Constructor for exception org.forgerock.android.auth.exception.WebAuthnException
-
Constructs a new exception with the specified detail message and
cause.
- WebAuthnException(Throwable) - Constructor for exception org.forgerock.android.auth.exception.WebAuthnException
-
Constructs a new exception with the specified cause.
- WebAuthnHeadlessAuthenticateFragment - Class in org.forgerock.android.auth.webauthn
-
- WebAuthnHeadlessAuthenticateFragment() - Constructor for class org.forgerock.android.auth.webauthn.WebAuthnHeadlessAuthenticateFragment
-
- WebAuthnHeadlessRegistrationFragment - Class in org.forgerock.android.auth.webauthn
-
- WebAuthnHeadlessRegistrationFragment() - Constructor for class org.forgerock.android.auth.webauthn.WebAuthnHeadlessRegistrationFragment
-
- WebAuthnKeySelector - Interface in org.forgerock.android.auth.webauthn
-
A Selector for credential key selection.
- WebAuthnListener - Interface in org.forgerock.android.auth.webauthn
-
Listener to listen for WebAuthn Event
- WebAuthnRegistration - Class in org.forgerock.android.auth.webauthn
-
Handle WebAuthn Registration
- WebAuthnRegistration(JSONObject) - Constructor for class org.forgerock.android.auth.webauthn.WebAuthnRegistration
-
Constructor to create WebAuthnRegistration
- WebAuthnRegistrationCallback - Class in org.forgerock.android.auth.callback
-
A callback that allows some extra metadata to be sent in the response.
- WebAuthnRegistrationCallback(JSONObject, int) - Constructor for class org.forgerock.android.auth.callback.WebAuthnRegistrationCallback
-
- WebAuthnRegistrationCallback() - Constructor for class org.forgerock.android.auth.callback.WebAuthnRegistrationCallback
-
- WebAuthnResponseException - Exception in org.forgerock.android.auth.exception
-
An Exception representation of AuthenticatorErrorResponse
- WebAuthnResponseException(AuthenticatorErrorResponse) - Constructor for exception org.forgerock.android.auth.exception.WebAuthnResponseException
-
Constructs a new exception with the specified AuthenticatorErrorResponse
- WebAuthnResponseException(ErrorCode, String) - Constructor for exception org.forgerock.android.auth.exception.WebAuthnResponseException
-
Constructs a new exception with the specified AuthenticatorErrorResponse
- website(URL) - Method in class org.forgerock.android.auth.UserInfo.UserInfoBuilder
-
- writeToParcel(Parcel, int) - Method in class org.forgerock.android.auth.webauthn.PublicKeyCredentialSource
-