Uses of Class
com.okta.sdk.resource.model.OrgCAPTCHASettings
Packages that use OrgCAPTCHASettings
-
Uses of OrgCAPTCHASettings in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return OrgCAPTCHASettingsModifier and TypeMethodDescriptionCaptchaApi.getOrgCaptchaSettings()
Retrieve the Org-wide CAPTCHA Settings Retrieves the CAPTCHA settings object for your organization > **Note**: If the current organization hasn't configured CAPTCHA Settings, the request returns an empty object.CaptchaApi.getOrgCaptchaSettings
(Map<String, String> additionalHeaders) Retrieve the Org-wide CAPTCHA Settings Retrieves the CAPTCHA settings object for your organization > **Note**: If the current organization hasn't configured CAPTCHA Settings, the request returns an empty object.CaptchaApi.replacesOrgCaptchaSettings
(OrgCAPTCHASettings orgCAPTCHASettings) Replace the Org-wide CAPTCHA Settings Replaces the CAPTCHA settings object for your organization > **Note**: You can disable CAPTCHA for your organization by setting `captchaId` and `enabledPages` to `null`.CaptchaApi.replacesOrgCaptchaSettings
(OrgCAPTCHASettings orgCAPTCHASettings, Map<String, String> additionalHeaders) Replace the Org-wide CAPTCHA Settings Replaces the CAPTCHA settings object for your organization > **Note**: You can disable CAPTCHA for your organization by setting `captchaId` and `enabledPages` to `null`.Methods in com.okta.sdk.resource.api with parameters of type OrgCAPTCHASettingsModifier and TypeMethodDescriptionCaptchaApi.replacesOrgCaptchaSettings
(OrgCAPTCHASettings orgCAPTCHASettings) Replace the Org-wide CAPTCHA Settings Replaces the CAPTCHA settings object for your organization > **Note**: You can disable CAPTCHA for your organization by setting `captchaId` and `enabledPages` to `null`.CaptchaApi.replacesOrgCaptchaSettings
(OrgCAPTCHASettings orgCAPTCHASettings, Map<String, String> additionalHeaders) Replace the Org-wide CAPTCHA Settings Replaces the CAPTCHA settings object for your organization > **Note**: You can disable CAPTCHA for your organization by setting `captchaId` and `enabledPages` to `null`. -
Uses of OrgCAPTCHASettings in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OrgCAPTCHASettingsModifier and TypeMethodDescriptionOrgCAPTCHASettings.addenabledPagesItem
(EnabledPagesType enabledPagesItem) OrgCAPTCHASettings.enabledPages
(List<EnabledPagesType> enabledPages) OrgCAPTCHASettings.links
(OrgCAPTCHASettingsLinks links)