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 voidEntry. mergeAttributeValue(java.lang.Object name, AttributeInterface attr)Deprecated.useEntry.mergeAttributeValue(String, Attribute)instead.voidEntry. set(AttributeInterface attr)Deprecated.Use setAttribute insteadvoidEntry. setAttribute(AttributeInterface attr)Deprecated.will be removed in future releases! UseEntry.setAttribute(Attribute)instead.
-