Uses of Class
com.okta.idx.sdk.api.response.IDXResponse
-
Packages that use IDXResponse Package Description com.okta.idx.sdk.api.client com.okta.idx.sdk.api.model com.okta.idx.sdk.api.response -
-
Uses of IDXResponse in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client that return IDXResponse 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)
IDXResponse
IDXClient. identify(IdentifyRequest identifyRequest, java.lang.String href)
IDXResponse
IDXClient. introspect(IDXClientContext idxClientContext)
IDXResponse
IDXClient. poll(PollRequest pollRequest, java.lang.String href)
IDXResponse
IDXClient. recover(RecoverRequest recoverRequest, java.lang.String href)
IDXResponse
IDXClient. skip(SkipAuthenticatorEnrollmentRequest skipAuthenticatorEnrollmentRequest, java.lang.String href)
-
Uses of IDXResponse in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return IDXResponse Modifier and Type Method Description IDXResponse
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 IDXResponse in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return IDXResponse Modifier and Type Method Description IDXResponse
IDXResponse. cancel(IDXClient client)
The method to call when you want to cancel the Okta Identity Engine flow.
-