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. SeeCaptchaProviderfor more details.- Since:
- 11.2
-
-
Field Summary
-
Fields inherited from class com.pingidentity.sdk.PluginDescriptor
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description CaptchaProviderDescriptor(String type, Plugin plugin, Set<String> contract, GuiConfigDescriptor guiDescriptor, String version)The constructor for the CaptchaProviderDescriptor class.
-
Method Summary
-
Methods inherited from class com.pingidentity.sdk.PluginDescriptor
equals, getAttributeContractSet, getGuiConfigDescriptor, getGuiConfigDescriptorBuilder, getMetadata, getPluginClassName, getType, getVersion, hashCode, isSupportsExtendedContract, setAttributeContactSet, setAttributeContractSet, setMetadata, setSupportsExtendedContract
-
-
-
-
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.
-
-