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 class
HooksConfigImpl
Implements the configuration for all the Hooks e.g.Methods in com.ibm.di.config.base that return HooksConfig Modifier and Type Method Description HooksConfig
AssemblyLineConfigImpl. getHooks()
Returns the AssemblyLine's HooksConfigHooksConfig
ConnectorConfigImpl. 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 HooksConfig
AssemblyLineConfig. getHooks()
Returns the AssemblyLine's HooksConfigHooksConfig
ConnectorConfig. 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 void
HookFactory. 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 void
AttributeMapping. 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 HooksConfig
HookTree. 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 HookTree
HookTree. getHookTree(HooksConfig hc)
Return a new HookTree for a HooksConfig.
-