Uses of Interface
com.ibm.di.config.interfaces.SolutionInterface
-
Packages that use SolutionInterface 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 SolutionInterface in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement SolutionInterface Modifier and Type Class Description class
SolutionInterfaceImpl
This class provides access to the Solution interface settings of a configuration.Methods in com.ibm.di.config.base that return SolutionInterface Modifier and Type Method Description SolutionInterface
MetamergeConfigImpl. getSolutionInterface()
-
Uses of SolutionInterface in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return SolutionInterface Modifier and Type Method Description SolutionInterface
MetamergeConfig. getSolutionInterface()
This method returns the SolutionInterface object for this configuration.
-