Uses of Interface
com.ibm.di.config.interfaces.ExternalPropertiesConfig
-
Packages that use ExternalPropertiesConfig Package Description com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API.com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API.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.function Provides useful functions for the Security Verify Directory Integrator. -
-
Uses of ExternalPropertiesConfig in com.ibm.di.api.jmx.mbeans
Methods in com.ibm.di.api.jmx.mbeans that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigConfigInstance. getExternalProperties()Returns the external properties of the configuration.ExternalPropertiesConfigConfigInstance. getExternalProperties(java.lang.String aKey)Returns the ExternalPropertiesConfig object for the named external properties object.ExternalPropertiesConfigConfigInstanceMBean. getExternalProperties()Deprecated.useConfigInstanceMBean.getTDIProperties()insteadExternalPropertiesConfigConfigInstanceMBean. getExternalProperties(java.lang.String aKey)Deprecated.useConfigInstanceMBean.getTDIProperties()insteadMethods in com.ibm.di.api.jmx.mbeans with parameters of type ExternalPropertiesConfig Modifier and Type Method Description voidConfigInstance. setExternalProperties(ExternalPropertiesConfig aExPropConfig)Deprecated.voidConfigInstance. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig)Deprecated.voidConfigInstanceMBean. setExternalProperties(ExternalPropertiesConfig aExPropConfig)Deprecated.Not supported.voidConfigInstanceMBean. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig)Deprecated.Not supported. -
Uses of ExternalPropertiesConfig in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigConfigInstance. getExternalProperties()Deprecated.useConfigInstance.getTDIProperties()insteadExternalPropertiesConfigConfigInstance. getExternalProperties(java.lang.String aKey)Deprecated.useConfigInstance.getTDIProperties()insteadMethods in com.ibm.di.api.local with parameters of type ExternalPropertiesConfig Modifier and Type Method Description voidConfigInstance. setExternalProperties(ExternalPropertiesConfig aExPropConfig)Deprecated.Not supported.voidConfigInstance. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig)Deprecated.Not supported. -
Uses of ExternalPropertiesConfig in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigConfigInstanceImpl. getExternalProperties()Returns the external properties of the configuration.ExternalPropertiesConfigConfigInstanceImpl. getExternalProperties(java.lang.String aKey)Returns the ExternalPropertiesConfig object for the named external properties object.Methods in com.ibm.di.api.local.impl with parameters of type ExternalPropertiesConfig Modifier and Type Method Description voidConfigInstanceImpl. setExternalProperties(ExternalPropertiesConfig aExPropConfig)voidConfigInstanceImpl. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig) -
Uses of ExternalPropertiesConfig in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigConfigInstance. getExternalProperties()Deprecated.useConfigInstance.getTDIProperties()insteadExternalPropertiesConfigConfigInstance. getExternalProperties(java.lang.String aKey)Deprecated.useConfigInstance.getTDIProperties()insteadMethods in com.ibm.di.api.remote with parameters of type ExternalPropertiesConfig Modifier and Type Method Description voidConfigInstance. setExternalProperties(ExternalPropertiesConfig aExPropConfig)Deprecated.Not supported.voidConfigInstance. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig)Deprecated.Not supported. -
Uses of ExternalPropertiesConfig in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigConfigInstanceImpl. getExternalProperties()Returns the external properties of the configuration.ExternalPropertiesConfigConfigInstanceImpl. getExternalProperties(java.lang.String aKey)Returns the ExternalPropertiesConfig object for the named external properties object.Methods in com.ibm.di.api.remote.impl with parameters of type ExternalPropertiesConfig Modifier and Type Method Description voidConfigInstanceImpl. setExternalProperties(ExternalPropertiesConfig aExPropConfig)voidConfigInstanceImpl. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig) -
Uses of ExternalPropertiesConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ExternalPropertiesConfig Modifier and Type Class Description classExternalPropertiesImplDeprecated.Methods in com.ibm.di.config.base that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigMetamergeConfigImpl. getExternalProperties()Returns the external properties delegator object for this configuration.ExternalPropertiesConfigMetamergeConfigImpl. getExternalProperties(java.lang.Object name)Returns the ExternalPropertiesConfig object for the named external properties object. -
Uses of ExternalPropertiesConfig in com.ibm.di.config.interfaces
Classes in com.ibm.di.config.interfaces that implement ExternalPropertiesConfig Modifier and Type Class Description classExternalPropertiesDelegatorDeprecated.UseTDIPropertiesinstead.Methods in com.ibm.di.config.interfaces that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigExternalPropertiesDelegator. getContainerForKey(java.lang.Object name)Deprecated.Always returns nullExternalPropertiesConfigExternalPropertiesDelegator. getDefaultExternalPropertyObject()Deprecated.Always returns nullExternalPropertiesConfigMetamergeConfig. getExternalProperties()Deprecated.useMetamergeConfig.getTDIProperties()insteadExternalPropertiesConfigMetamergeConfig. getExternalProperties(java.lang.Object name)Deprecated.useMetamergeConfig.getTDIProperties()instead -
Uses of ExternalPropertiesConfig in com.ibm.di.function
Methods in com.ibm.di.function that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfigUserFunctions. getExtProp(java.lang.String name)Deprecated.useUserFunctions.getTDIProperties()instead
-