Uses of Interface
com.okta.sdk.resource.CAPTCHAInstance
-
Packages that use CAPTCHAInstance Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of CAPTCHAInstance in com.okta.sdk.client
Methods in com.okta.sdk.client that return CAPTCHAInstance Modifier and Type Method Description CAPTCHAInstance
Client. createCaptchaInstance(CAPTCHAInstance instance)
Create new CAPTCHA instance Adds a new CAPTCHA instance to your organization.CAPTCHAInstance
Client. getCaptchaInstance(java.lang.String captchaId)
Get CAPTCHA Instance Fetches a CAPTCHA instance by `id`.CAPTCHAInstance
Client. partialUpdateCaptchaInstance(CAPTCHAInstance instance, java.lang.String captchaId)
Partial Update CAPTCHA instance Partially update a CAPTCHA instance by `id`.CAPTCHAInstance
Client. updateCaptchaInstance(CAPTCHAInstance instance, java.lang.String captchaId)
Update CAPTCHA instance Update a CAPTCHA instance by `id`.Methods in com.okta.sdk.client with parameters of type CAPTCHAInstance Modifier and Type Method Description CAPTCHAInstance
Client. createCaptchaInstance(CAPTCHAInstance instance)
Create new CAPTCHA instance Adds a new CAPTCHA instance to your organization.CAPTCHAInstance
Client. partialUpdateCaptchaInstance(CAPTCHAInstance instance, java.lang.String captchaId)
Partial Update CAPTCHA instance Partially update a CAPTCHA instance by `id`.CAPTCHAInstance
Client. updateCaptchaInstance(CAPTCHAInstance instance, java.lang.String captchaId)
Update CAPTCHA instance Update a CAPTCHA instance by `id`. -
Uses of CAPTCHAInstance in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return CAPTCHAInstance Modifier and Type Method Description CAPTCHAInstance
CAPTCHAInstance. setLink(CAPTCHAInstanceLink _link)
CAPTCHAInstance
CAPTCHAInstance. setName(java.lang.String name)
CAPTCHAInstance
CAPTCHAInstance. setSecretKey(java.lang.String secretKey)
CAPTCHAInstance
CAPTCHAInstance. setSiteKey(java.lang.String siteKey)
CAPTCHAInstance
CAPTCHAInstance. setType(CAPTCHAType type)
-