public class IDXResponse
extends java.lang.Object
| Constructor and Description |
|---|
IDXResponse() |
| Modifier and Type | Method and Description |
|---|---|
IDXResponse |
cancel(IDXClient client)
The method to call when you want to cancel the Okta Identity Engine flow.
|
AuthenticatorEnrollments |
getAuthenticatorEnrollments() |
Authenticators |
getAuthenticators() |
CurrentAuthenticatorEnrollment |
getCurrentAuthenticator() |
CurrentAuthenticatorEnrollment |
getCurrentAuthenticatorEnrollment() |
Messages |
getMessages() |
java.lang.String |
getStateHandle() |
SuccessResponse |
getSuccessWithInteractionCode() |
User |
getUser() |
boolean |
isLoginSuccessful()
Check for the status of `successWithInteractionCode` indicating if the login was successful.
|
java.lang.String |
raw()
Returns the raw JSON body of the Okta Identity Engine response.
|
Remediation |
remediation()
Return the current remediation object.
|
SuccessResponse |
successWithInteractionCode()
Return a success response object after `loginSuccess()` returns true.
|
public Remediation remediation()
public IDXResponse cancel(IDXClient client) throws ProcessingException
client - the IDXClient instanceProcessingException - when the cancel operation encountered an execution/processing error.public SuccessResponse successWithInteractionCode()
public boolean isLoginSuccessful()
public java.lang.String raw()
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException - json processing exceptionpublic java.lang.String getStateHandle()
public Messages getMessages()
public AuthenticatorEnrollments getAuthenticatorEnrollments()
public User getUser()
public Authenticators getAuthenticators()
public CurrentAuthenticatorEnrollment getCurrentAuthenticatorEnrollment()
public CurrentAuthenticatorEnrollment getCurrentAuthenticator()
public SuccessResponse getSuccessWithInteractionCode()
Copyright © 2020-2022 Okta. All Rights Reserved.