Uses of Class
com.okta.idx.sdk.api.exception.ProcessingException
Package
Description
-
Uses of ProcessingException in com.okta.idx.sdk.api.client
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionThe method to call when you want to cancel the Okta Identity Engine flow.