Package com.pingidentity.sdk
Class AdapterSelectorDescriptor
- java.lang.Object
-
- com.pingidentity.sdk.PluginDescriptor
-
- com.pingidentity.sdk.AdapterSelectorDescriptor
-
@Deprecated public class AdapterSelectorDescriptor extends PluginDescriptor
Deprecated.UseAuthenticationSelectorDescriptorinstead.This class is used to describe an Adapter Selector implementation to the PingFederate server.- Since:
- 6.6
-
-
Field Summary
-
Fields inherited from class com.pingidentity.sdk.PluginDescriptor
UNDEFINED
-
-
Constructor Summary
Constructors Constructor Description AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results)Deprecated.The constructor for the AdapterSelectorDescriptor class.AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results, String version)Deprecated.The constructor for the AdapterSelectorDescriptor class.AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results)Deprecated.The constructor for the AdapterSelectorDescriptor class.AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results, String version)Deprecated.The constructor for the AdapterSelectorDescriptor class.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidsetSupportsExtendedResults(boolean supportsExtendedResults)Deprecated.This method is used to specify whether or not an Adapter Selector should allow additional result values to be specified via the Selector Result Values screen.-
Methods inherited from class com.pingidentity.sdk.PluginDescriptor
equals, getAttributeContractSet, getGuiConfigDescriptor, getGuiConfigDescriptorBuilder, getMetadata, getPluginClassName, getType, getVersion, hashCode, isSupportsExtendedContract, setAttributeContactSet, setAttributeContractSet, setMetadata, setSupportsExtendedContract
-
-
-
-
Constructor Detail
-
AdapterSelectorDescriptor
public AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results)
Deprecated.The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.- Parameters:
type- a text label for the Adapter Selectorplugin- the plugin instanceguiConfigDesc- the graphical user interface descriptor used for expressing the configurable fields of the Adapter Selectorresults- the set of String values to be used for Adapter Selector runtime processing.
-
AdapterSelectorDescriptor
public AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptor guiConfigDesc, Set<String> results, String version)
Deprecated.The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.- Parameters:
type- a text label for the Adapter Selectorplugin- the plugin instanceguiConfigDesc- the graphical user interface descriptor used for expressing the configurable fields of the Adapter Selectorresults- the set of String values to be used for Adapter Selector runtime processing.version- The version of this PluginDescriptor.
-
AdapterSelectorDescriptor
public AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results)
Deprecated.The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.- Parameters:
type- a text label for the Adapter Selectorplugin- the plugin instanceguiConfigDescBuilder- the graphical user interface descriptor builder used for expressing the configurable fields of the Adapter Selector. Everytime a GUI configuration descriptor is needed, a new one will be created by the builder.results- the set of String values to be used for Adapter Selector runtime processing.- Since:
- 6.11
-
AdapterSelectorDescriptor
public AdapterSelectorDescriptor(String type, ConfigurablePlugin plugin, GuiConfigDescriptorBuilder guiConfigDescBuilder, Set<String> results, String version)
Deprecated.The constructor for the AdapterSelectorDescriptor class. The most notable parameter is the results Set which contains String values to be used for Adapter Selection runtime processing.- Parameters:
type- a text label for the Adapter Selectorplugin- the plugin instanceguiConfigDescBuilder- the graphical user interface descriptor builder used for expressing the configurable fields of the Adapter Selector. Everytime a GUI configuration descriptor is needed, a new one will be created by the builder.results- the set of String values to be used for Adapter Selector runtime processing.version- The version of this PluginDescriptor.- Since:
- 6.11
-
-
Method Detail
-
setSupportsExtendedResults
public void setSupportsExtendedResults(boolean supportsExtendedResults)
Deprecated.This method is used to specify whether or not an Adapter Selector should allow additional result values to be specified via the Selector Result Values screen.- Parameters:
supportsExtendedResults- flag indicating whether extended results should be allowed to be specified via the Selector Result Values screen.
-
-