Uses of Class
com.okta.idx.sdk.api.exception.ProcessingException
-
Packages that use ProcessingException Package Description com.okta.idx.sdk.api.client com.okta.idx.sdk.api.model com.okta.idx.sdk.api.response -
-
Uses of ProcessingException in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client that throw ProcessingException Modifier and Type Method Description IDXResponse
IDXClient. answerChallenge(AnswerChallengeRequest answerChallengeRequest, java.lang.String href)
IDXResponse
IDXClient. cancel(java.lang.String stateHandle)
IDXResponse
IDXClient. challenge(ChallengeRequest challengeRequest, java.lang.String href)
IDXResponse
IDXClient. enroll(EnrollRequest enrollRequest, java.lang.String href)
IDXResponse
IDXClient. enrollUpdateUserProfile(EnrollUserProfileUpdateRequest enrollUserProfileUpdateRequest, java.lang.String href)
IDXClientContext
IDXAuthenticationWrapper. getClientContext()
Get IDX client context by calling interact endpoint.IDXResponse
IDXClient. identify(IdentifyRequest identifyRequest, java.lang.String href)
IDXClientContext
IDXClient. interact()
IDXClientContext
IDXClient. interact(java.lang.String token, EmailTokenType tokenType)
IDXResponse
IDXClient. introspect(IDXClientContext idxClientContext)
IDXResponse
IDXClient. poll(PollRequest pollRequest, java.lang.String href)
IDXResponse
IDXClient. recover(RecoverRequest recoverRequest, java.lang.String href)
void
IDXClient. revokeToken(java.lang.String tokenType, java.lang.String token)
IDXResponse
IDXClient. skip(SkipAuthenticatorEnrollmentRequest skipAuthenticatorEnrollmentRequest, java.lang.String href)
TokenResponse
IDXClient. token(java.lang.String grantType, java.lang.String interactionCode, IDXClientContext idxClientContext)
TokenResponse
IDXClient. token(java.lang.String url, java.lang.String grantType, java.lang.String interactionCode, IDXClientContext idxClientContext)
com.okta.commons.http.Response
IDXAuthenticationWrapper. verifyEmailToken(java.lang.String token)
Helper to verify the token query parameter contained in the link of user verification email.com.okta.commons.http.Response
IDXClient. verifyEmailToken(java.lang.String token)
-
Uses of ProcessingException in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that throw ProcessingException Modifier and Type Method Description TokenResponse
SuccessResponse. exchangeCode(IDXClient client, IDXClientContext idxClientContext)
Exchange interaction code for tokenIDXResponse
Recover. proceed(IDXClient client, RecoverRequest request)
IDXResponse
RemediationOption. proceed(IDXClient client, java.lang.Object 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 ProcessingException Modifier and Type Method Description IDXResponse
IDXResponse. cancel(IDXClient client)
The method to call when you want to cancel the Okta Identity Engine flow.
-