Class 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 Detail

      • 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.