Uses of Interface
com.ibm.di.config.interfaces.FormSection
-
Packages that use FormSection 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. -
-
Uses of FormSection in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement FormSection Modifier and Type Class Description class
FormSectionImpl
Implementation of one section in aFormConfigImpl
Methods in com.ibm.di.config.base that return FormSection Modifier and Type Method Description FormSection
FormConfigImpl. getSection(java.lang.String name)
Methods in com.ibm.di.config.base with parameters of type FormSection Modifier and Type Method Description void
FormConfigImpl. addSection(FormSection section)
-
Uses of FormSection in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return FormSection Modifier and Type Method Description FormSection
FormConfig. getSection(java.lang.String name)
Get the FormSection with the given name.Methods in com.ibm.di.config.interfaces with parameters of type FormSection Modifier and Type Method Description void
FormConfig. addSection(FormSection section)
Add a FormSection definition to this FormConfig -
Uses of FormSection in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml that return FormSection Modifier and Type Method Description FormSection
FormFactory. getSection(org.w3c.dom.Element elem)
Methods in com.ibm.di.config.xml with parameters of type FormSection Modifier and Type Method Description void
FormFactory. setSection(org.w3c.dom.Element p, FormSection section)
-