Uses of Class
com.pingidentity.sdk.captchaprovider.CaptchaResult
Packages that use CaptchaResult
Package
Description
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 CaptchaResultModifier and TypeMethodDescriptionstatic 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.CaptchaProvider.validateCaptcha(CaptchaContext captchaContext) Validate CAPTCHA to determine whether the request succeeds or fails.