Uses of Interface
com.pingidentity.sources.ConfigurableDriver
-
Packages that use ConfigurableDriver Package Description com.pingidentity.sources Driver classes and interfaces not limited to any protocol. -
-
Uses of ConfigurableDriver in com.pingidentity.sources
Subinterfaces of ConfigurableDriver in com.pingidentity.sources Modifier and Type Interface Description interfaceCustomDataSourceDriverThis interface provides the methods necessary to successfully create a CustomDataSourceDriver.Constructors in com.pingidentity.sources with parameters of type ConfigurableDriver Constructor Description CustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type)Passthrough constructor to the superclass -SourceDescriptorCustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, FilterFieldsGuiDescriptor fieldsDescriptor)Passthrough constructor to the superclass -SourceDescriptorCustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, FilterFieldsGuiDescriptor fieldsDescriptor, boolean showSelectCustomSourceFields)Passthrough constructor to the superclass -SourceDescriptorCustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, FilterFieldsGuiDescriptor fieldsDescriptor, boolean showSelectCustomSourceFields, GuiConfigDescriptorBuilder guiConfigDescriptorBuilder)Passthrough constructor to the superclass -SourceDescriptorSourceDescriptor(ConfigurableDriver driver, String type)Creates a new SourceDescriptor with no custom GUI configuration screen.SourceDescriptor(ConfigurableDriver driver, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc)Creates a new SourceDescriptor with a custom GUI configuration screen.
-