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 ExternalPropertiesConfig
ConfigInstance. getExternalProperties()
Returns the external properties of the configuration.ExternalPropertiesConfig
ConfigInstance. getExternalProperties(java.lang.String aKey)
Returns the ExternalPropertiesConfig object for the named external properties object.ExternalPropertiesConfig
ConfigInstanceMBean. getExternalProperties()
Deprecated.useConfigInstanceMBean.getTDIProperties()
insteadExternalPropertiesConfig
ConfigInstanceMBean. 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 void
ConfigInstance. setExternalProperties(ExternalPropertiesConfig aExPropConfig)
Deprecated.void
ConfigInstance. setExternalProperties(java.lang.String aKey, ExternalPropertiesConfig aExPropConfig)
Deprecated.void
ConfigInstanceMBean. setExternalProperties(ExternalPropertiesConfig aExPropConfig)
Deprecated.Not supported.void
ConfigInstanceMBean. 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 ExternalPropertiesConfig
ConfigInstance. getExternalProperties()
Deprecated.useConfigInstance.getTDIProperties()
insteadExternalPropertiesConfig
ConfigInstance. 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 void
ConfigInstance. setExternalProperties(ExternalPropertiesConfig aExPropConfig)
Deprecated.Not supported.void
ConfigInstance. 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 ExternalPropertiesConfig
ConfigInstanceImpl. getExternalProperties()
Returns the external properties of the configuration.ExternalPropertiesConfig
ConfigInstanceImpl. 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 void
ConfigInstanceImpl. setExternalProperties(ExternalPropertiesConfig aExPropConfig)
void
ConfigInstanceImpl. 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 ExternalPropertiesConfig
ConfigInstance. getExternalProperties()
Deprecated.useConfigInstance.getTDIProperties()
insteadExternalPropertiesConfig
ConfigInstance. 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 void
ConfigInstance. setExternalProperties(ExternalPropertiesConfig aExPropConfig)
Deprecated.Not supported.void
ConfigInstance. 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 ExternalPropertiesConfig
ConfigInstanceImpl. getExternalProperties()
Returns the external properties of the configuration.ExternalPropertiesConfig
ConfigInstanceImpl. 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 void
ConfigInstanceImpl. setExternalProperties(ExternalPropertiesConfig aExPropConfig)
void
ConfigInstanceImpl. 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 class
ExternalPropertiesImpl
Deprecated.Methods in com.ibm.di.config.base that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfig
MetamergeConfigImpl. getExternalProperties()
Returns the external properties delegator object for this configuration.ExternalPropertiesConfig
MetamergeConfigImpl. 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 class
ExternalPropertiesDelegator
Deprecated.UseTDIProperties
instead.Methods in com.ibm.di.config.interfaces that return ExternalPropertiesConfig Modifier and Type Method Description ExternalPropertiesConfig
ExternalPropertiesDelegator. getContainerForKey(java.lang.Object name)
Deprecated.Always returns nullExternalPropertiesConfig
ExternalPropertiesDelegator. getDefaultExternalPropertyObject()
Deprecated.Always returns nullExternalPropertiesConfig
MetamergeConfig. getExternalProperties()
Deprecated.useMetamergeConfig.getTDIProperties()
insteadExternalPropertiesConfig
MetamergeConfig. 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 ExternalPropertiesConfig
UserFunctions. getExtProp(java.lang.String name)
Deprecated.useUserFunctions.getTDIProperties()
instead
-