Uses of Interface
com.ibm.di.config.interfaces.AttributeMapItem
-
Packages that use AttributeMapItem 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 AttributeMapItem in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement AttributeMapItem Modifier and Type Class Description class
AttributeMapItemImpl
The implementation class of theAttributeMapItem
interface.Methods in com.ibm.di.config.base that return AttributeMapItem Modifier and Type Method Description static AttributeMapItem
AttributeMapItemImpl. clone(AttributeMapItem ami)
Clone an Attribute Map Item.AttributeMapItem
AttributeMapConfigImpl. getAttributeMapItem(java.lang.Object attrName)
Returns the AttributeMapItem for attributeAttributeMapItem
AttributeMapConfigImpl. newAttributeMapItem(java.lang.Object name)
Creates and adds a new attribute map item to this object.Methods in com.ibm.di.config.base with parameters of type AttributeMapItem Modifier and Type Method Description static AttributeMapItem
AttributeMapItemImpl. clone(AttributeMapItem ami)
Clone an Attribute Map Item.void
AttributeMapConfigImpl. renameAttributeMapItem(java.lang.Object newName, AttributeMapItem map)
Changes the name of an existing attributemapitemvoid
AttributeMapConfigImpl. setAttributeMapItem(AttributeMapItem map)
Sets a attributeMapItem attribute of the AttributeMapConfig object -
Uses of AttributeMapItem in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return AttributeMapItem Modifier and Type Method Description AttributeMapItem
AttributeMapConfig. getAttributeMapItem(java.lang.Object attribute)
Returns the AttributeMapItem for attributeAttributeMapItem
AttributeMapConfig. newAttributeMapItem(java.lang.Object name)
Creates and adds a new attribute map item to this object.Methods in com.ibm.di.config.interfaces with parameters of type AttributeMapItem Modifier and Type Method Description void
AttributeMapConfig. renameAttributeMapItem(java.lang.Object newName, AttributeMapItem map)
Changes the name of an existing attributemapitemvoid
AttributeMapConfig. setAttributeMapItem(AttributeMapItem map)
Sets a attributeMapItem attribute of the AttributeMapConfig object -
Uses of AttributeMapItem in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type AttributeMapItem Modifier and Type Method Description void
ConnectorFactory. getAttributeMapItem(org.w3c.dom.Element elem, AttributeMapItem ami)
-