Uses of Interface
com.ibm.di.config.interfaces.MetamergeConfig
-
Packages that use MetamergeConfig Package Description com.ibm.di.api Provides packages and classes for managing the server API.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.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.fc.webservice.util Provides utility classes used by the web service function components.com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.osgi com.ibm.di.report com.ibm.di.report.aloverview com.ibm.di.script Provides classes to let the Security Verify Directory Integrator use a javascript interpreter.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of MetamergeConfig in com.ibm.di.api
Methods in com.ibm.di.api that return MetamergeConfig Modifier and Type Method Description MetamergeConfigConfigurationRegistry. checkOutConfiguration(java.lang.String configToken, Identity identity)Checks out the specified configuration.MetamergeConfigConfigurationRegistry. checkOutConfiguration(java.lang.String configToken, java.lang.String password, Identity identity)Checks out the specified password protected configuration.MetamergeConfigConfigurationRegistry. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite, Identity aIdentity)Creates a new empty configuration and immediately checks it out.Methods in com.ibm.di.api with parameters of type MetamergeConfig Modifier and Type Method Description voidConfigurationRegistry. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String configToken, Identity identity)Checks in the specified configuration and leaves it checked out.voidConfigurationRegistry. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String configToken, Identity identity, boolean encrypt)Checks in the specified configuration and leaves it checked out.voidConfigurationRegistry. checkInConfiguration(MetamergeConfig configuration, java.lang.String configToken, Identity identity)Saves the specified configuration and releases the lock.voidConfigurationRegistry. checkInConfiguration(MetamergeConfig configuration, java.lang.String configToken, Identity identity, boolean encrypt)Encrypts and saves the specified configuration and releases the lock. -
Uses of MetamergeConfig in com.ibm.di.api.jmx.mbeans
Methods in com.ibm.di.api.jmx.mbeans that return MetamergeConfig Modifier and Type Method Description MetamergeConfigDIServer. checkOutConfiguration(java.lang.String aRelativePath)Checks out the specified configuration.MetamergeConfigDIServer. checkOutConfiguration(java.lang.String aRelativePath, java.lang.String aPassword)Checks out the specified password protected configuration.MetamergeConfigDIServerMBean. checkOutConfiguration(java.lang.String aRelativePath)Checks out the specified configuration.MetamergeConfigDIServerMBean. checkOutConfiguration(java.lang.String aRelativePath, java.lang.String aPassword)Checks out the specified password protected configuration.MetamergeConfigDIServer. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite)Creates a new empty configuration and immediately checks it out.MetamergeConfigDIServerMBean. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite)Creates a new empty configuration and immediately checks it out.MetamergeConfigConfigInstance. getConfiguration()Returns configuration instance representing this configuration.MetamergeConfigConfigInstanceMBean. getConfiguration()Returns configuration instance representing this configuration.Methods in com.ibm.di.api.jmx.mbeans with parameters of type MetamergeConfig Modifier and Type Method Description voidDIServer. checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Checks in the specified configuration and leaves it checked out.voidDIServerMBean. checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Checks in the specified configuration and leaves it checked out.voidDIServer. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Saves the specified configuration and releases the lock.voidDIServer. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath, boolean aEncrypt)Encrypts and saves the specified configuration and releases the lock.voidDIServerMBean. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Saves the specified configuration and releases the lock.voidDIServerMBean. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath, boolean aEncrypt)Encrypts and saves the specified configuration and releases the lock.voidConfigInstance. setConfiguration(MetamergeConfig aConfiguration)Sets given configuration to this configuration.voidConfigInstanceMBean. setConfiguration(MetamergeConfig aConfiguration)Sets given configuration to this configuration. -
Uses of MetamergeConfig in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return MetamergeConfig Modifier and Type Method Description MetamergeConfigSession. checkOutConfiguration(java.lang.String relativePathOrSolutionName)Checks out the specified configuration.MetamergeConfigSession. checkOutConfiguration(java.lang.String relativePathOrSolutionName, java.lang.String password)Checks out the specified password protected configuration.MetamergeConfigSession. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite)Creates a new empty configuration and immediately checks it out.MetamergeConfigConfigInstance. getConfiguration()Returns configuration instance representing this configuration.Methods in com.ibm.di.api.local with parameters of type MetamergeConfig Modifier and Type Method Description voidSession. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName)Checks in the specified configuration and leaves it checked out.voidSession. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName, boolean encrypt)Checks in the specified configuration and leaves it checked out.voidSession. checkInConfiguration(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName)Saves the specified configuration and releases the lock.voidSession. checkInConfiguration(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName, boolean encrypt)Encrypts and saves the specified configuration and releases the lock.voidConfigInstance. setConfiguration(MetamergeConfig aConfiguration)Sets given configuration to this configuration. -
Uses of MetamergeConfig in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl that return MetamergeConfig Modifier and Type Method Description MetamergeConfigSessionImpl. checkOutConfiguration(java.lang.String aRelativePath)Checks out the specified configuration.MetamergeConfigSessionImpl. checkOutConfiguration(java.lang.String aRelativePath, java.lang.String aPassword)Checks out the specified password protected configuration.MetamergeConfigSessionImpl. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite)Creates a new empty configuration and immediately checks it out.MetamergeConfigConfigInstanceImpl. getConfiguration()Returns configuration instance representing this configuration.Methods in com.ibm.di.api.local.impl with parameters of type MetamergeConfig Modifier and Type Method Description voidSessionImpl. checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Checks in the specified configuration and leaves it checked out.voidSessionImpl. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName, boolean encrypt)Checks in the specified configuration and leaves it checked out.voidSessionImpl. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Saves the specified configuration and releases the lock.voidSessionImpl. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath, boolean aEncrypt)Encrypts and saves the specified configuration and releases the lock.voidConfigInstanceImpl. setConfiguration(MetamergeConfig aConfiguration)Sets given configuration to this configuration. -
Uses of MetamergeConfig in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return MetamergeConfig Modifier and Type Method Description MetamergeConfigSession. checkOutConfiguration(java.lang.String relativePathOrSolutionName)Checks out the specified configuration.MetamergeConfigSession. checkOutConfiguration(java.lang.String relativePathOrSolutionName, java.lang.String password)Checks out the specified password protected configuration.MetamergeConfigSession. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite)Creates a new empty configuration and immediately checks it out.MetamergeConfigConfigInstance. getConfiguration()Returns configuration instance representing this configuration.Methods in com.ibm.di.api.remote with parameters of type MetamergeConfig Modifier and Type Method Description voidSession. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName)Checks in the specified configuration and leaves it checked out.voidSession. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName, boolean encrypt)Checks in the specified configuration and leaves it checked out.voidSession. checkInConfiguration(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName)Saves the specified configuration and releases the lock.voidSession. checkInConfiguration(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName, boolean encrypt)Encrypts and saves the specified configuration and releases the lock.voidConfigInstance. setConfiguration(MetamergeConfig aConfiguration)Sets given configuration to this configuration. -
Uses of MetamergeConfig in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl that return MetamergeConfig Modifier and Type Method Description MetamergeConfigSessionImpl. checkOutConfiguration(java.lang.String aRelativePath)Checks out the specified configuration.MetamergeConfigSessionImpl. checkOutConfiguration(java.lang.String aRelativePath, java.lang.String aPassword)Checks out the specified password protected configuration.MetamergeConfigSessionImpl. createNewConfiguration(java.lang.String aRelativePath, boolean aOverwrite)Creates a new empty configuration and immediately checks it out.MetamergeConfigConfigInstanceImpl. getConfiguration()Returns configuration instance representing this configuration.Methods in com.ibm.di.api.remote.impl with parameters of type MetamergeConfig Modifier and Type Method Description voidSessionImpl. checkInAndLeaveCheckedOut(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Checks in the specified configuration and leaves it checked out.voidSessionImpl. checkInAndLeaveCheckedOut(MetamergeConfig configuration, java.lang.String relativePathOrSolutionName, boolean encrypt)Checks in the specified configuration and leaves it checked out.voidSessionImpl. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath)Saves the specified configuration and releases the lock.voidSessionImpl. checkInConfiguration(MetamergeConfig aConfiguration, java.lang.String aRelativePath, boolean aEncrypt)Encrypts and saves the specified configuration and releases the lock.voidConfigInstanceImpl. setConfiguration(MetamergeConfig aConfiguration)Sets given configuration to this configuration. -
Uses of MetamergeConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement MetamergeConfig Modifier and Type Class Description classMetamergeConfigImplImplementsMetamergeConfig.Methods in com.ibm.di.config.base that return MetamergeConfig Modifier and Type Method Description MetamergeConfigBaseConfigurationImpl. getMetamergeConfig()Gets the MetamergeConfig object to which this object belongs.Methods in com.ibm.di.config.base with parameters of type MetamergeConfig Modifier and Type Method Description static AttributeMapConfigFileNamespace. createMap(java.lang.String name, MetamergeConfig mc)Reads a property-style attribute map configuration from the specified file.voidBaseConfigurationImpl. setMetamergeConfig(MetamergeConfig mc)Sets the MetamergeConfig object to which this object belongs.Constructors in com.ibm.di.config.base with parameters of type MetamergeConfig Constructor Description TreeMapEnumeration(MetamergeConfig mc, java.lang.Object base, BaseConfiguration cf) -
Uses of MetamergeConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return MetamergeConfig Modifier and Type Method Description static MetamergeConfigMetamergeConfigFactory. createSysInstance(java.util.Vector<java.lang.String> paths)Gets an combined instance for a Vector of files.static MetamergeConfigMetamergeConfigFactory. getCFGFileInstance(java.lang.Object path)Gets an instance of the driver for old-style config files.static MetamergeConfigMetamergeConfigFactory. getCFGFileInstance(java.lang.Object path, java.lang.String password)Gets an instance of the driver for old-style config filesstatic MetamergeConfigMetamergeConfigFactory. getFileInstance(java.lang.Object path)Returns an instance of a MetamergeConfig driver using path as parameterstatic MetamergeConfigMetamergeConfigFactory. getInstance(java.util.Hashtable env)Returns an instance of a MetamergeConfig driver using env as parameterstatic MetamergeConfigMetamergeConfigFactory. getLocalNamespace(MetamergeConfig referent, java.lang.Object name)Returns the MetamergeConfig associated with the provided namespace.MetamergeConfigNamespaceEvent. getMc()Deprecated.MetamergeConfigBaseConfiguration. getMetamergeConfig()Gets the MetamergeConfig object to which this object belongs.MetamergeConfigGlobalRef. getMetamergeConfig()MetamergeConfigTDIProperties. getMetamergeConfig()Returns the MetamergeConfig to which this object belongs.static MetamergeConfigMetamergeConfigFactory. getNamespace(java.lang.Object name)Returns the MetamergeConfig associated with the provided namespace.static MetamergeConfigMetamergeConfigFactory. loadNamespace(NamespaceConfig nc)Returns a MetamergeConfig object for the provided NamespaceConfig.static MetamergeConfigMetamergeConfigFactory. loadNamespace(java.lang.String url)Returns a MetamergeConfig object for the provided url.static MetamergeConfigMetamergeConfigFactory. resolve(MetamergeConfig mc, javax.naming.Name name)Resolves a namespace reference into a Metamergeconfig object.Methods in com.ibm.di.config.interfaces that return types with arguments of type MetamergeConfig Modifier and Type Method Description static java.util.List<MetamergeConfig>MetamergeConfigFactory. getPackages()Returns a list of packaged config filesMethods in com.ibm.di.config.interfaces with parameters of type MetamergeConfig Modifier and Type Method Description static voidMetamergeConfigFactory. copy(BaseConfiguration input, MetamergeConfig dest, javax.naming.Name destName)Recursively copy input configuration to another MetamergeConfig objectstatic voidMetamergeConfigFactory. copy(BaseConfiguration input, MetamergeConfig dest, javax.naming.Name destName, boolean overwrite)Recursively copy input configuration to another MetamergeConfig objectstatic voidMetamergeConfigFactory. copyFolder(MetamergeFolder folder, MetamergeConfig dest, javax.naming.Name destName)Recursively copies a folder to another MetamergeConfig object.static voidMetamergeConfigFactory. copyFolder(MetamergeFolder folder, MetamergeConfig dest, javax.naming.Name destName, boolean overwrite)Recursively copies a folder to another MetamergeConfig object.static BaseConfigurationConfigUtils. createStandardObject(MetamergeConfig config, int type, java.lang.String name)Creates a new object in the default folder location for the type.static MetamergeConfigMetamergeConfigFactory. getLocalNamespace(MetamergeConfig referent, java.lang.Object name)Returns the MetamergeConfig associated with the provided namespace.static java.lang.ObjectMetamergeConfigFactory. getLocalNamespaceFor(MetamergeConfig referent, BaseConfiguration config)Returns the local namespace for a component.static booleanMetamergeConfigFactory. isNameLocal(MetamergeConfig mc, java.lang.Object name)Returns true if the name is local to the given MetamergeConfig.static java.lang.ObjectMetamergeConfigFactory. lookup(MetamergeConfig mc, java.lang.Object name)Performs a lookup in the global namespace for name.static voidMetamergeConfigFactory. namespaceChanged(java.lang.String ns, MetamergeConfig mc, boolean added)Deprecated.static voidMetamergeConfigFactory. registerNamespace(java.lang.Object name, MetamergeConfig mc)Registers a MetamergeConfig object in the global namespace.static booleanMetamergeConfigFactory. removePackage(MetamergeConfig mc)Removes a package from the in-memory list of packages.static MetamergeConfigMetamergeConfigFactory. resolve(MetamergeConfig mc, javax.naming.Name name)Resolves a namespace reference into a Metamergeconfig object.voidBaseConfiguration. setMetamergeConfig(MetamergeConfig mc)Sets the MetamergeConfig object to which this object belongs.Constructors in com.ibm.di.config.interfaces with parameters of type MetamergeConfig Constructor Description ExternalPropertiesDelegator(MetamergeConfig mc)Deprecated.NamespaceEvent(boolean added, java.lang.String ns, MetamergeConfig mc)Deprecated.TDIProperties(MetamergeConfig mc)TDIProperties constructor to create instance for a specified Config.TDIProperties(MetamergeConfig mc, boolean initStores) -
Uses of MetamergeConfig in com.ibm.di.config.xml
Classes in com.ibm.di.config.xml that implement MetamergeConfig Modifier and Type Class Description classMetamergeConfigFSDeprecated.classMetamergeConfigXMLMetamergeConfigXML is a class that provides support for TDI XML configuration files. -
Uses of MetamergeConfig in com.ibm.di.fc.webservice.util
Constructors in com.ibm.di.fc.webservice.util with parameters of type MetamergeConfig Constructor Description WsdlGenerator(MetamergeConfig aMMConfig, java.util.Vector aOperationNames, java.lang.String aWebServiceLocation, java.lang.String aThisNamespace, java.lang.String aDefinitionName)Class constructor -
Uses of MetamergeConfig in com.ibm.di.function
Methods in com.ibm.di.function with parameters of type MetamergeConfig Modifier and Type Method Description static voidSystemFunctions. setSystemProperties(MetamergeConfig mc)static voidSystemFunctions. setSystemProperties(MetamergeConfig config, boolean recursive)Set system properties from properties object in config. -
Uses of MetamergeConfig in com.ibm.di.osgi
Methods in com.ibm.di.osgi with parameters of type MetamergeConfig Modifier and Type Method Description static voidRuntimeEnvironment. attachIntegrationComponentConfigs(MetamergeConfig mc) -
Uses of MetamergeConfig in com.ibm.di.report
Methods in com.ibm.di.report with parameters of type MetamergeConfig Modifier and Type Method Description java.lang.StringIReport. generate(BaseConfiguration baseConfiguration, MetamergeConfig metamergeConfig) -
Uses of MetamergeConfig in com.ibm.di.report.aloverview
Methods in com.ibm.di.report.aloverview that return MetamergeConfig Modifier and Type Method Description MetamergeConfigAssemblyLineInfo. getMetamergeConfig()Methods in com.ibm.di.report.aloverview with parameters of type MetamergeConfig Modifier and Type Method Description java.lang.StringAssemblyLineOverview. generate(BaseConfiguration baseConfiguration, MetamergeConfig metamergeConfig)Constructors in com.ibm.di.report.aloverview with parameters of type MetamergeConfig Constructor Description AssemblyLineInfo(AssemblyLineConfig assemblyLineConfig, MetamergeConfig metamergeConfig) -
Uses of MetamergeConfig in com.ibm.di.script
Methods in com.ibm.di.script with parameters of type MetamergeConfig Modifier and Type Method Description voidScriptEngine. includeAllScripts(MetamergeConfig mc)Include all scripts from the script library where auto-include is true.voidScriptEngine. includeAllScripts(MetamergeConfig mc, java.util.Set<ScriptConfig> excludedScripts)Include all scripts from the script library where auto-include is true. -
Uses of MetamergeConfig in com.ibm.di.server
Fields in com.ibm.di.server declared as MetamergeConfig Modifier and Type Field Description static MetamergeConfigRS. gSysConfigThis is the templates configuration file loaded from the rs.jar fileMethods in com.ibm.di.server that return MetamergeConfig Modifier and Type Method Description MetamergeConfigRS. getMetamergeConfig()Returns the config object for this instance.MetamergeConfigRSInterface. getMetamergeConfig()Returns the config object for this instance.Methods in com.ibm.di.server with parameters of type MetamergeConfig Modifier and Type Method Description static RSRS. getServerByConfig(MetamergeConfig aConfig)Gets the server instance that uses the specified by theaConfigconfiguration.voidReconnectRuleEngine. loadRules(java.lang.String userDefinedRulesFilePath, MetamergeConfig sysConfig)Loads the in-built and the user-defined rules.voidRS. setConfiguration(MetamergeConfig config)Sets the configuration that will be used by the server.voidRS. setMetamergeConfig(MetamergeConfig config)Sets the given configuration to this instance.voidRSInterface. setMetamergeConfig(MetamergeConfig config)Sets the given configuration to this instance.
-