Uses of Package
com.pingidentity.sdk.captchaprovider
-
Packages that use com.pingidentity.sdk.captchaprovider Package Description com.pingidentity.access Provides access to various objects contained within the main PingFederate application and engine.com.pingidentity.sdk.captchaprovider A plugin interface, with associated classes, for creating custom CAPTCHA/Risk providers. -
Classes in com.pingidentity.sdk.captchaprovider used by com.pingidentity.access Class Description CaptchaProvider This interface defines the methods that the PingFederate server calls to complete CAPTCHA from external CAPTCHA services. -
Classes in com.pingidentity.sdk.captchaprovider used by com.pingidentity.sdk.captchaprovider 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 statusCaptchaResult Contains information about the result ofCaptchaProvider.validateCaptcha(com.pingidentity.sdk.captchaprovider.CaptchaContext).