You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/29 14:35:46 UTC

[Directory Wiki] Update of "LdapMessage" by EmmanuelLecharny

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by EmmanuelLecharny:
http://wiki.apache.org/directory/LdapMessage

New page:
= LdapMessage =

Ldap Message are the basis of all messages. Each request sent to the Ldap server is a Ldap Message.

== Elements constituting a Ldap Message ==

 * Each Ldap Message as a single identifier, called the '''Message Id'''. This number is mandatory, and must also be between 1 and 2^31 -1.

 * A Ldap message contains a specific request : Add, Modify, Search, etc.

 * It also contains a optionnal list of controls.

== Class Diagram ==

attachment:LdapMessageClassDiagram.png