Package org.apache.directory.api.ldap.model.entry

Interface Summary
Attribute A generic interface used to store the LDAP Attributes.
Entry This interface represent a LDAP entry.
Modification An internal interface for a ModificationItem.
Value<T> A interface for wrapping attribute values stored into an EntryAttribute.
 

Class Summary
AbstractValue<T> A wrapper around byte[] values in entries.
AttributeUtils A set of utility fuctions for working with Attributes.
BinaryValue A server side schema aware wrapper around a binary attribute value.
DefaultAttribute An LDAP attribute.
DefaultEntry A default implementation of a ServerEntry which should suite most use cases.

This class is final, it should not be extended.
DefaultModification An internal implementation for a ModificationItem.
ImmutableEntry A default implementation of a ServerEntry which should suite most use cases.
StringValue A server side schema aware wrapper around a String attribute value.
 

Enum Summary
ModificationOperation An enum storing the different modification operation which can be used in a Modification.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.