Uses of Class
com.ibm.di.util.HookTree.Phase
-
Packages that use HookTree.Phase Package Description com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of HookTree.Phase in com.ibm.di.util
Methods in com.ibm.di.util that return HookTree.Phase Modifier and Type Method Description static HookTree.Phase
HookTree.Phase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HookTree.Phase[]
HookTree.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.di.util with parameters of type HookTree.Phase Modifier and Type Method Description static HookTree
HookTree. getHookTree(ConnectorConfig cc, HookTree.Phase phase)
Return a new HookTree for a ConnectorConfig in a given Phase.
-