| Package | Description |
|---|---|
| com.okta.idx.sdk.api.client |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
IDXAuthenticationWrapper.authenticate(AuthenticationOptions authenticationOptions,
ProceedContext proceedContext)
Authenticate user with the supplied Authentication options (username and password) and
returns the Authentication response object that contains:
- IDX Client context
- Token (access_token/id_token/refresh_token) object
- Authentication status
|
AuthenticationResponse |
IDXAuthenticationWrapper.begin()
Begin flow without any recovery or activation token or request context.
|
AuthenticationResponse |
IDXAuthenticationWrapper.begin(RequestContext requestContext)
Begin flow with
RequestContext reference. |
AuthenticationResponse |
IDXAuthenticationWrapper.beginPasswordRecovery(java.lang.String token,
RequestContext requestContext)
Begin password recovery flow with a recovery token.
|
AuthenticationResponse |
IDXAuthenticationWrapper.beginUserActivation(java.lang.String token,
RequestContext requestContext)
Begin password recovery flow with an activation token.
|
AuthenticationResponse |
IDXAuthenticationWrapper.cancel(ProceedContext proceedContext)
Cancel transaction.
|
AuthenticationResponse |
IDXAuthenticationWrapper.enrollAuthenticator(ProceedContext proceedContext,
java.lang.String authenticatorId) |
AuthenticationResponse |
IDXAuthenticationWrapper.fetchSignUpFormValues(ProceedContext proceedContext)
Populate UI form values for signing up a new user.
|
AuthenticationResponse |
IDXAuthenticationWrapper.fetchTokenWithInteractionCode(ProceedContext proceedContext,
java.lang.String interactionCode)
Exchange interaction code for token.
|
AuthenticationResponse |
IDXAuthenticationWrapper.introspect(IDXClientContext clientContext)
Introspect to get the current state of the authentication.
|
AuthenticationResponse |
IDXAuthenticationWrapper.poll(ProceedContext proceedContext)
Handle Polling.
|
AuthenticationResponse |
IDXAuthenticationWrapper.recoverPassword(java.lang.String username,
ProceedContext proceedContext)
Recover Password with the supplied username.
|
AuthenticationResponse |
IDXAuthenticationWrapper.register(ProceedContext proceedContext,
UserProfile userProfile)
Register new user with the supplied user profile reference.
|
AuthenticationResponse |
IDXAuthenticationWrapper.resend(ProceedContext proceedContext)
Resend code.
|
AuthenticationResponse |
IDXAuthenticationWrapper.selectAuthenticator(ProceedContext proceedContext,
Authenticator authenticator)
Select authenticator of the supplied type.
|
AuthenticationResponse |
IDXAuthenticationWrapper.selectFactor(ProceedContext proceedContext,
Authenticator.Factor factor)
Select authenticator of the supplied type.
|
AuthenticationResponse |
IDXAuthenticationWrapper.skipAuthenticatorEnrollment(ProceedContext proceedContext)
Skip optional authenticator enrollment.
|
AuthenticationResponse |
IDXAuthenticationWrapper.submitPhoneAuthenticator(ProceedContext proceedContext,
java.lang.String phone,
Authenticator.Factor factor)
Submit phone authenticator enrollment with the provided phone number.
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyAuthenticator(ProceedContext proceedContext,
VerifyAuthenticatorAnswer verifyAuthenticatorAnswer)
Verify Authenticator with the supplied authenticator options.
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyAuthenticator(ProceedContext proceedContext,
VerifyAuthenticatorOptions verifyAuthenticatorOptions)
Verify Authenticator with the supplied authenticator options.
|
AuthenticationResponse |
IDXAuthenticationWrapper.verifyAuthenticator(ProceedContext proceedContext,
VerifyChannelDataOptions verifyChannelDataOptions) |
AuthenticationResponse |
IDXAuthenticationWrapper.verifyWebAuthn(ProceedContext proceedContext,
WebAuthnRequest webauthnRequest)
Verify Webauthn Authenticator.
|
| Modifier and Type | Method and Description |
|---|---|
PollInfo |
IDXAuthenticationWrapper.getPollInfo(AuthenticationResponse authenticationResponse)
Helper to get polling information from authentication response.
|
Copyright © 2020-2022 Okta. All Rights Reserved.