Uses of Class
org.forgerock.opendj.ldap.AbstractAttribute
-
Packages that use AbstractAttribute Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of AbstractAttribute in org.forgerock.opendj.ldap
Subclasses of AbstractAttribute in org.forgerock.opendj.ldap Modifier and Type Class Description class
LinkedAttribute
An implementation of theAttribute
interface with predictable iteration order. -
Uses of AbstractAttribute in org.opends.server.types
Subclasses of AbstractAttribute in org.opends.server.types Modifier and Type Class Description class
CompactAttribute
A compact attribute represents values using a hash array map trie (HAMT) index and an array of encoded values.
-