| Interface | Description |
|---|---|
| Attribute |
A generic interface used to store the LDAP Attributes.
|
| Entry |
This interface represent a LDAP entry.
|
| Modification |
An internal interface for a ModificationItem.
|
| Class | Description |
|---|---|
| AttributeUtils |
A set of utility fuctions for working with Attributes.
|
| DefaultAttribute |
An LDAP attribute.
|
| DefaultEntry |
A default implementation of a ServerEntry which should suite most
use cases.
|
| DefaultModification |
An internal implementation for a ModificationItem.
|
| ImmutableEntry |
A default implementation of a ServerEntry which should suite most
use cases.
|
| Value |
A Class for wrapping attribute values stored into an Entry Attribute, or a AVA.
|
| Enum | Description |
|---|---|
| ModificationOperation |
An enum storing the different modification operation which can be used
in a Modification.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.