Uses of Class
com.pingidentity.sdk.captchaprovider.CaptchaResult
-
Packages that use CaptchaResult Package Description com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers. -
-
Uses of CaptchaResult in com.pingidentity.sdk.captchaprovider
Methods in com.pingidentity.sdk.captchaprovider that return CaptchaResult Modifier and Type Method Description static CaptchaResultCaptchaResult. createInvalidResult(AttributeMap responseAttributes)Creates a newCaptchaResultinstance to represent a invalid CAPTCHA result.static CaptchaResultCaptchaResult. createValidResult(AttributeMap responseAttributes)Creates a newCaptchaResultinstance to represent a valid CAPTCHA result.CaptchaResultCaptchaProvider. validateCaptcha(CaptchaContext captchaContext)Validate CAPTCHA to determine whether the request succeeds or fails.
-