Uses of Interface
com.ibm.di.config.interfaces.ValidatorConfig
-
Packages that use ValidatorConfig 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 ValidatorConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement ValidatorConfig Modifier and Type Class Description class
ValidatorConfigImpl
An implementation ofValidatorConfig
that can be used in the form of the Component.Methods in com.ibm.di.config.base that return types with arguments of type ValidatorConfig Modifier and Type Method Description java.util.List<ValidatorConfig>
FormConfigImpl. getValidators()
Return list of all available validators in the configuration. -
Uses of ValidatorConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return types with arguments of type ValidatorConfig Modifier and Type Method Description java.util.List<ValidatorConfig>
FormConfig. getValidators()
Return list of all available validators in the configuration.
-