Uses of Interface
com.ibm.di.config.interfaces.RawConnectorConfig
-
Packages that use RawConnectorConfig Package Description com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of RawConnectorConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement RawConnectorConfig Modifier and Type Class Description class
RawConnectorConfigImpl
Contains all the parameters needed to load and instantiate a Connector.Methods in com.ibm.di.config.base that return RawConnectorConfig Modifier and Type Method Description RawConnectorConfig
ConnectorConfigImpl. getConnectionConfig()
Connection parametersRawConnectorConfig
PropertyStoreConfigImpl. getConnectionConfig()
Connector driver parametersMethods in com.ibm.di.config.base with parameters of type RawConnectorConfig Modifier and Type Method Description void
ConnectorConfigImpl. setConnectionConfig(RawConnectorConfig rcc)
Sets the connectionConfig attribute of the connector config. -
Uses of RawConnectorConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return RawConnectorConfig Modifier and Type Method Description RawConnectorConfig
ConnectorConfig. getConnectionConfig()
Connection parametersRawConnectorConfig
PropertyStoreConfig. getConnectionConfig()
Connection parametersRawConnectorConfig
TDIPropertyStore. getConnectionConfig()
Return the config for the underlying Connector. -
Uses of RawConnectorConfig in com.ibm.di.server
Fields in com.ibm.di.server declared as RawConnectorConfig Modifier and Type Field Description protected RawConnectorConfig
AssemblyLineComponent. connConfig
This is the configuration of the ConnectorInterface
-