Uses of Class
com.okta.sdk.resource.model.CAPTCHAInstance
Packages that use CAPTCHAInstance
-
Uses of CAPTCHAInstance in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return CAPTCHAInstanceModifier 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 instanceMethods in com.okta.sdk.resource.api that return types with arguments of type CAPTCHAInstanceModifier 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.Methods in com.okta.sdk.resource.api with parameters of type CAPTCHAInstanceModifier 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
Methods in com.okta.sdk.resource.model that return CAPTCHAInstance