public class RemediationOption
extends java.lang.Object
| Constructor and Description |
|---|
RemediationOption() |
| Modifier and Type | Method and Description |
|---|---|
FormValue[] |
form()
Get all form values.
|
java.util.Map<java.lang.String,java.lang.String> |
getAuthenticatorOptions()
Get a key-value pair map of Authenticator options available for the current remediation option.
|
java.lang.String |
getHref() |
java.lang.String |
getName() |
java.lang.String |
getRefresh() |
java.lang.String |
getType() |
IDXResponse |
proceed(IDXClient client,
java.lang.Object request)
Allow you to continue the remediation with this option.
|
public IDXResponse proceed(IDXClient client, java.lang.Object request) throws java.lang.IllegalStateException, java.lang.IllegalArgumentException, ProcessingException
client - the IDXClient instancerequest - the request to Okta Identity Enginejava.lang.IllegalArgumentException - MUST throw this exception when provided data does not contain all required data for the proceed call.java.lang.IllegalStateException - MUST throw this exception when proceed is called with an invalid/unsupported request type.ProcessingException - when the proceed operation encountered an execution/processing error.public FormValue[] form()
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getHref()
public java.lang.String getRefresh()
public java.util.Map<java.lang.String,java.lang.String> getAuthenticatorOptions()
Copyright © 2020-2022 Okta. All Rights Reserved.