Package com.pingidentity.sdk.captchaprovider
A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers.
- Since:
- 11.2
-
Interface Summary Interface Description CaptchaProvider This interface defines the methods that the PingFederate server calls to complete CAPTCHA from external CAPTCHA services. -
Class Summary Class Description CaptchaContext A wrapper class for contextual information used byCaptchaProvidermethods.CaptchaContext.Builder A helper to createCaptchaContextinstance.CaptchaProvider.AuthenticationStatus A readonly representation of the current authentication statusCaptchaProviderDescriptor This class is used to describe a CAPTCHA provider plugin implementation to the PingFederate server.CaptchaResult Contains information about the result ofCaptchaProvider.validateCaptcha(com.pingidentity.sdk.captchaprovider.CaptchaContext).