Uses of Class
com.okta.idx.sdk.api.exception.ProcessingException
Packages that use ProcessingException
Package
Description
-
Uses of ProcessingException in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client that throw ProcessingExceptionModifier and TypeMethodDescriptionIDXClient.answerChallenge
(AnswerChallengeRequest answerChallengeRequest, String href) IDXClient.challenge
(ChallengeRequest challengeRequest, String href) IDXClient.enroll
(EnrollRequest enrollRequest, String href) IDXClient.enrollUpdateUserProfile
(EnrollUserProfileUpdateRequest enrollUserProfileUpdateRequest, String href) IDXAuthenticationWrapper.getClientContext()
Get IDX client context by calling interact endpoint.IDXClient.identify
(IdentifyRequest identifyRequest, String href) IDXClient.interact()
IDXClient.interact
(String token, EmailTokenType tokenType, RequestContext requestContext) IDXClient.introspect
(IDXClientContext idxClientContext) IDXClient.poll
(PollRequest pollRequest, String href) IDXClient.recover
(RecoverRequest recoverRequest, String href) void
IDXClient.revokeToken
(String tokenType, String token) IDXClient.skip
(SkipAuthenticatorEnrollmentRequest skipAuthenticatorEnrollmentRequest, String href) IDXClient.token
(String grantType, String interactionCode, IDXClientContext idxClientContext) IDXClient.token
(String url, String grantType, String interactionCode, IDXClientContext idxClientContext) com.okta.commons.http.Response
IDXAuthenticationWrapper.verifyEmailToken
(String token) Helper to verify the token query parameter contained in the link of user verification email.com.okta.commons.http.Response
IDXClient.verifyEmailToken
(String token) -
Uses of ProcessingException in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that throw ProcessingExceptionModifier and TypeMethodDescriptionSuccessResponse.exchangeCode
(IDXClient client, IDXClientContext idxClientContext) Exchange interaction code for tokenRecover.proceed
(IDXClient client, RecoverRequest request) Allow you to continue the remediation with this option. -
Uses of ProcessingException in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that throw ProcessingExceptionModifier and TypeMethodDescriptionThe method to call when you want to cancel the Okta Identity Engine flow.