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
AbstractVirtualAttribute
This class defines a virtual attribute, which is a special kind of attribute whose values do not actually exist in persistent storage but rather are computed or otherwise obtained dynamically.
-