Uses of Class
org.forgerock.opendj.ldap.LinkedAttribute
-
Packages that use LinkedAttribute Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of LinkedAttribute in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return LinkedAttribute Modifier and Type Method Description static LinkedAttribute
LinkedAttribute. newPreSizedLinkedAttribute(AttributeDescription attributeDescription, int expectedValues)
Creates a new attribute having the specified attribute description and expected number of values.
-