Interface | Description |
---|---|
Entry |
This interface represent a LDAP entry.
|
EntryAttribute |
A generic interface mocking the Attribute JNDI interface.
|
Modification |
An internal interface for a ModificationItem.
|
ServerEntry |
A server side entry which is schema aware.
|
Value<T> |
A interface for wrapping attribute values stored into an EntryAttribute.
|
Class | Description |
---|---|
AbstractEntry<K> |
The Abstract class where all the DefaultClientEntry and DefaultServerEntry
common fields and methods will be found.
|
AbstractValue<T> |
A wrapper around byte[] values in entries.
|
BinaryValue |
A server side schema aware wrapper around a binary attribute value.
|
DefaultServerAttribute |
A server side entry attribute aware of schema.
|
DefaultServerEntry |
A default implementation of a ServerEntry which should suite most
use cases.
|
ServerModification |
An internal implementation for a ModificationItem.
|
StringValue |
A server side schema aware wrapper around a String attribute value.
|
Enum | Description |
---|---|
ModificationOperation |
An enum storing the different modification operation which can be used
in a Modification.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.