Uses of Class
com.pingidentity.sdk.captchaprovider.CaptchaContext
-
Packages that use CaptchaContext Package Description com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers. -
-
Uses of CaptchaContext in com.pingidentity.sdk.captchaprovider
Methods in com.pingidentity.sdk.captchaprovider that return CaptchaContext Modifier and Type Method Description CaptchaContextCaptchaContext.Builder. build()Build theCaptchaContext.Methods in com.pingidentity.sdk.captchaprovider with parameters of type CaptchaContext Modifier and Type Method Description Map<String,Object>CaptchaProvider. getCaptchaAttributes(CaptchaContext captchaContext)Provides additional attributes to the JavaScript File executing to prepare the page for CAPTCHA.default voidCaptchaProvider. postAuthenticationCallback(CaptchaProvider.AuthenticationStatus authenticationStatus, CaptchaContext captchaContext)This method provides a way for the authentication flow to provide more information about the ongoing authentication transaction to the captcha/risk provider before returning the control back to PingFederate.CaptchaResultCaptchaProvider. validateCaptcha(CaptchaContext captchaContext)Validate CAPTCHA to determine whether the request succeeds or fails.
-