@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class CaptchaApi extends Object
Constructor and Description |
---|
CaptchaApi() |
CaptchaApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
CAPTCHAInstance |
createCaptchaInstance(CAPTCHAInstance instance)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
CAPTCHAInstance |
createCaptchaInstance(CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Create a CAPTCHA instance
Creates a new CAPTCHA instance.
|
void |
deleteCaptchaInstance(String captchaId)
Delete a CAPTCHA Instance
Deletes a specified CAPTCHA instance > **Note:** If your CAPTCHA instance is still associated with your org, the request fails.
|
void |
deleteCaptchaInstance(String captchaId,
Map<String,String> additionalHeaders)
Delete a CAPTCHA Instance
Deletes a specified CAPTCHA instance > **Note:** If your CAPTCHA instance is still associated with your org, the request fails.
|
void |
deleteOrgCaptchaSettings()
Delete the Org-wide CAPTCHA Settings
Deletes the CAPTCHA settings object for your organization
|
void |
deleteOrgCaptchaSettings(Map<String,String> additionalHeaders)
Delete the Org-wide CAPTCHA Settings
Deletes the CAPTCHA settings object for your organization
|
ApiClient |
getApiClient() |
CAPTCHAInstance |
getCaptchaInstance(String captchaId)
Retrieve a CAPTCHA Instance
Retrieves the properties of a specified CAPTCHA instance
|
CAPTCHAInstance |
getCaptchaInstance(String captchaId,
Map<String,String> additionalHeaders)
Retrieve a CAPTCHA Instance
Retrieves the properties of a specified CAPTCHA instance
|
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
OrgCAPTCHASettings |
getOrgCaptchaSettings()
Retrieve the Org-wide CAPTCHA Settings
Retrieves the CAPTCHA settings object for your organization.
|
OrgCAPTCHASettings |
getOrgCaptchaSettings(Map<String,String> additionalHeaders)
Retrieve the Org-wide CAPTCHA Settings
Retrieves the CAPTCHA settings object for your organization.
|
List<CAPTCHAInstance> |
listCaptchaInstances()
List all CAPTCHA Instances
Lists all CAPTCHA instances with pagination support.
|
List<CAPTCHAInstance> |
listCaptchaInstances(Map<String,String> additionalHeaders)
List all CAPTCHA Instances
Lists all CAPTCHA instances with pagination support.
|
CAPTCHAInstance |
replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Replace a CAPTCHA Instance
Replaces the properties for a specified CAPTCHA instance
|
CAPTCHAInstance |
replaceCaptchaInstance(String captchaId,
CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Replace a CAPTCHA Instance
Replaces the properties for a specified CAPTCHA instance
|
OrgCAPTCHASettings |
replacesOrgCaptchaSettings(OrgCAPTCHASettings orgCAPTCHASettings)
Replace the Org-wide CAPTCHA Settings
Replaces the CAPTCHA settings object for your organization.
|
OrgCAPTCHASettings |
replacesOrgCaptchaSettings(OrgCAPTCHASettings orgCAPTCHASettings,
Map<String,String> additionalHeaders)
Replace the Org-wide CAPTCHA Settings
Replaces the CAPTCHA settings object for your organization.
|
void |
setApiClient(ApiClient apiClient) |
CAPTCHAInstance |
updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance)
Update a CAPTCHA Instance
Partially updates the properties of a specified CAPTCHA instance
|
CAPTCHAInstance |
updateCaptchaInstance(String captchaId,
CAPTCHAInstance instance,
Map<String,String> additionalHeaders)
Update a CAPTCHA Instance
Partially updates the properties of a specified CAPTCHA instance
|
public CaptchaApi()
public CaptchaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CAPTCHAInstance createCaptchaInstance(CAPTCHAInstance instance) throws ApiException
instance
- (required)ApiException
- if fails to make API callpublic CAPTCHAInstance createCaptchaInstance(CAPTCHAInstance instance, Map<String,String> additionalHeaders) throws ApiException
instance
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void deleteCaptchaInstance(String captchaId) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)ApiException
- if fails to make API callpublic void deleteCaptchaInstance(String captchaId, Map<String,String> additionalHeaders) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void deleteOrgCaptchaSettings() throws ApiException
ApiException
- if fails to make API callpublic void deleteOrgCaptchaSettings(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic CAPTCHAInstance getCaptchaInstance(String captchaId) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)ApiException
- if fails to make API callpublic CAPTCHAInstance getCaptchaInstance(String captchaId, Map<String,String> additionalHeaders) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic OrgCAPTCHASettings getOrgCaptchaSettings() throws ApiException
ApiException
- if fails to make API callpublic OrgCAPTCHASettings getOrgCaptchaSettings(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<CAPTCHAInstance> listCaptchaInstances() throws ApiException
ApiException
- if fails to make API callpublic List<CAPTCHAInstance> listCaptchaInstances(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic CAPTCHAInstance replaceCaptchaInstance(String captchaId, CAPTCHAInstance instance) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)instance
- (required)ApiException
- if fails to make API callpublic CAPTCHAInstance replaceCaptchaInstance(String captchaId, CAPTCHAInstance instance, Map<String,String> additionalHeaders) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)instance
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic OrgCAPTCHASettings replacesOrgCaptchaSettings(OrgCAPTCHASettings orgCAPTCHASettings) throws ApiException
orgCAPTCHASettings
- (required)ApiException
- if fails to make API callpublic OrgCAPTCHASettings replacesOrgCaptchaSettings(OrgCAPTCHASettings orgCAPTCHASettings, Map<String,String> additionalHeaders) throws ApiException
orgCAPTCHASettings
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic CAPTCHAInstance updateCaptchaInstance(String captchaId, CAPTCHAInstance instance) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)instance
- (required)ApiException
- if fails to make API callpublic CAPTCHAInstance updateCaptchaInstance(String captchaId, CAPTCHAInstance instance, Map<String,String> additionalHeaders) throws ApiException
captchaId
- The unique key used to identify your CAPTCHA instance (required)instance
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.