Class CaptchaProviderDescriptor

java.lang.Object
com.pingidentity.sdk.PluginDescriptor
com.pingidentity.sdk.captchaprovider.CaptchaProviderDescriptor

public class CaptchaProviderDescriptor extends PluginDescriptor
This class is used to describe a CAPTCHA provider plugin implementation to the PingFederate server. See CaptchaProvider for more details.
Since:
11.2
  • Constructor Details

    • CaptchaProviderDescriptor

      public CaptchaProviderDescriptor(String type, Plugin plugin, Set<String> contract, GuiConfigDescriptor guiDescriptor, String version)
      The constructor for the CaptchaProviderDescriptor class.
      Parameters:
      type - a text label for the plugin.
      plugin - the plugin instance.
      contract - the attribute contract use for runtime processing.
      guiDescriptor - the graphical user interface descriptor used for expressing the configurable fields.
      version - the version.