Uses of Class
com.okta.sdk.resource.model.CAPTCHAInstance
-
Uses of CAPTCHAInstance in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionCaptchaApi.createCaptchaInstance
(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.createCaptchaInstance
(CAPTCHAInstance instance, Map<String, String> additionalHeaders) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.getCaptchaInstance
(String captchaId) Retrieve a CAPTCHA Instance Retrieves the properties of a specified CAPTCHA instanceCaptchaApi.getCaptchaInstance
(String captchaId, Map<String, String> additionalHeaders) Retrieve a CAPTCHA Instance Retrieves the properties of a specified CAPTCHA instanceCaptchaApi.replaceCaptchaInstance
(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA Instance Replaces the properties for a specified CAPTCHA instanceCaptchaApi.replaceCaptchaInstance
(String captchaId, CAPTCHAInstance instance, Map<String, String> additionalHeaders) Replace a CAPTCHA Instance Replaces the properties for a specified CAPTCHA instanceCaptchaApi.updateCaptchaInstance
(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA Instance Partially updates the properties of a specified CAPTCHA instanceCaptchaApi.updateCaptchaInstance
(String captchaId, CAPTCHAInstance instance, Map<String, String> additionalHeaders) Update a CAPTCHA Instance Partially updates the properties of a specified CAPTCHA instanceModifier and TypeMethodDescriptionCaptchaApi.listCaptchaInstances()
List all CAPTCHA Instances Lists all CAPTCHA instances with pagination support.CaptchaApi.listCaptchaInstances
(Map<String, String> additionalHeaders) List all CAPTCHA Instances Lists all CAPTCHA instances with pagination support.Modifier and TypeMethodDescriptionCaptchaApi.createCaptchaInstance
(CAPTCHAInstance instance) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.createCaptchaInstance
(CAPTCHAInstance instance, Map<String, String> additionalHeaders) Create a CAPTCHA instance Creates a new CAPTCHA instance.CaptchaApi.replaceCaptchaInstance
(String captchaId, CAPTCHAInstance instance) Replace a CAPTCHA Instance Replaces the properties for a specified CAPTCHA instanceCaptchaApi.replaceCaptchaInstance
(String captchaId, CAPTCHAInstance instance, Map<String, String> additionalHeaders) Replace a CAPTCHA Instance Replaces the properties for a specified CAPTCHA instanceCaptchaApi.updateCaptchaInstance
(String captchaId, CAPTCHAInstance instance) Update a CAPTCHA Instance Partially updates the properties of a specified CAPTCHA instanceCaptchaApi.updateCaptchaInstance
(String captchaId, CAPTCHAInstance instance, Map<String, String> additionalHeaders) Update a CAPTCHA Instance Partially updates the properties of a specified CAPTCHA instance -
Uses of CAPTCHAInstance in com.okta.sdk.resource.model