Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
CAPTCHAInstance |
CaptchaApi.createCaptchaInstance(CAPTCHAInstance instance)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
CAPTCHAInstance |
CaptchaApi.createCaptchaInstance(CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
CAPTCHAInstance |
CaptchaApi.getCaptchaInstance(String captchaId)
Retrieve a CAPTCHA Instance
Retrieves the properties of a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.getCaptchaInstance(String captchaId,
Map<String,String> additionalHeaders)
Retrieve a CAPTCHA Instance
Retrieves the properties of a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Replace a CAPTCHA Instance
Replaces the properties for a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Replace a CAPTCHA Instance
Replaces the properties for a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Update a CAPTCHA Instance
Partially updates the properties of a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Update a CAPTCHA Instance
Partially updates the properties of a specified CAPTCHA instance
|
Modifier and Type | Method and Description |
---|---|
List<CAPTCHAInstance> |
CaptchaApi.listCaptchaInstances()
List all CAPTCHA Instances
Lists all CAPTCHA instances with pagination support.
|
List<CAPTCHAInstance> |
CaptchaApi.listCaptchaInstances(Map<String,String> additionalHeaders)
List all CAPTCHA Instances
Lists all CAPTCHA instances with pagination support.
|
Modifier and Type | Method and Description |
---|---|
CAPTCHAInstance |
CaptchaApi.createCaptchaInstance(CAPTCHAInstance instance)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
CAPTCHAInstance |
CaptchaApi.createCaptchaInstance(CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
CAPTCHAInstance |
CaptchaApi.replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Replace a CAPTCHA Instance
Replaces the properties for a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Replace a CAPTCHA Instance
Replaces the properties for a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Update a CAPTCHA Instance
Partially updates the properties of a specified CAPTCHA instance
|
CAPTCHAInstance |
CaptchaApi.updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Update a CAPTCHA Instance
Partially updates the properties of a specified CAPTCHA instance
|
Modifier and Type | Method and Description |
---|---|
CAPTCHAInstance |
CAPTCHAInstance.links(LinksSelf links) |
CAPTCHAInstance |
CAPTCHAInstance.name(String name) |
CAPTCHAInstance |
CAPTCHAInstance.secretKey(String secretKey) |
CAPTCHAInstance |
CAPTCHAInstance.siteKey(String siteKey) |
CAPTCHAInstance |
CAPTCHAInstance.type(CAPTCHAType type) |
Copyright © 2017–2023 Okta. All rights reserved.