Uses of Interface
com.ibm.di.config.interfaces.RawFunctionConfig
-
Packages that use RawFunctionConfig 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 RawFunctionConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement RawFunctionConfig Modifier and Type Class Description class
RawFunctionConfigImpl
Contains all the parameters needed to load and instantiate a Function.Methods in com.ibm.di.config.base that return RawFunctionConfig Modifier and Type Method Description RawFunctionConfig
FunctionConfigImpl. getFunctionConfig()
Function specific configuration -
Uses of RawFunctionConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return RawFunctionConfig Modifier and Type Method Description RawFunctionConfig
FunctionConfig. getFunctionConfig()
Function specific configuration
-