Uses of Interface
com.ibm.di.config.interfaces.HooksConfig
-
Packages that use HooksConfig 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.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of HooksConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement HooksConfig Modifier and Type Class Description classHooksConfigImplImplements the configuration for all the Hooks e.g.Methods in com.ibm.di.config.base that return HooksConfig Modifier and Type Method Description HooksConfigAssemblyLineConfigImpl. getHooks()Returns the AssemblyLine's HooksConfigHooksConfigConnectorConfigImpl. getHooks()Hooks -
Uses of HooksConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return HooksConfig Modifier and Type Method Description HooksConfigAssemblyLineConfig. getHooks()Returns the AssemblyLine's HooksConfigHooksConfigConnectorConfig. getHooks()Hooks -
Uses of HooksConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type HooksConfig Modifier and Type Method Description voidHookFactory. getHookItem(org.w3c.dom.Element elem, HooksConfig config) -
Uses of HooksConfig in com.ibm.di.server
Methods in com.ibm.di.server with parameters of type HooksConfig Modifier and Type Method Description voidAttributeMapping. loadEventMap(HooksConfig map) -
Uses of HooksConfig in com.ibm.di.util
Methods in com.ibm.di.util that return HooksConfig Modifier and Type Method Description HooksConfigHookTree. getHooksConfig()Return the HooksConfig used by this HookTree.Methods in com.ibm.di.util with parameters of type HooksConfig Modifier and Type Method Description static HookTreeHookTree. getHookTree(HooksConfig hc)Return a new HookTree for a HooksConfig.
-