Uses of Interface
com.ibm.di.entry.AttributeInterface
-
Packages that use AttributeInterface Package Description com.ibm.di.entry Provides classes that implement the Security Verify Directory Integrator Entry model. -
-
Uses of AttributeInterface in com.ibm.di.entry
Methods in com.ibm.di.entry with parameters of type AttributeInterface Modifier and Type Method Description void
Entry. mergeAttributeValue(java.lang.Object name, AttributeInterface attr)
Deprecated.useEntry.mergeAttributeValue(String, Attribute)
instead.void
Entry. set(AttributeInterface attr)
Deprecated.Use setAttribute insteadvoid
Entry. setAttribute(AttributeInterface attr)
Deprecated.will be removed in future releases! UseEntry.setAttribute(Attribute)
instead.
-