Uses of Class
com.pingidentity.sdk.captchaprovider.CaptchaContext
Packages that use CaptchaContext
Package
Description
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 CaptchaContextMethods in com.pingidentity.sdk.captchaprovider with parameters of type CaptchaContextModifier and TypeMethodDescriptionCaptchaProvider.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.CaptchaProvider.validateCaptcha(CaptchaContext captchaContext) Validate CAPTCHA to determine whether the request succeeds or fails.