Uses of Interface
com.ibm.di.config.interfaces.NamespaceConfig
-
Packages that use NamespaceConfig 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. -
-
Uses of NamespaceConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement NamespaceConfig Modifier and Type Class Description class
NamespaceConfigImpl
Implements a configuration object describing another configuration that is included in this MetamergeConfig.Methods in com.ibm.di.config.base that return NamespaceConfig Modifier and Type Method Description NamespaceConfig
MetamergeConfigImpl. getNamespace(java.lang.Object name)
-
Uses of NamespaceConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return NamespaceConfig Modifier and Type Method Description NamespaceConfig
MetamergeConfig. getNamespace(java.lang.Object name)
Returns the NamespaceConfig object for the named namespace.Methods in com.ibm.di.config.interfaces with parameters of type NamespaceConfig Modifier and Type Method Description static MetamergeConfig
MetamergeConfigFactory. loadNamespace(NamespaceConfig nc)
Returns a MetamergeConfig object for the provided NamespaceConfig.
-