org.apache.directory.shared.ldap.ldif
Interface LdifComposer
- All Known Implementing Classes:
- LdifComposerImpl
- public interface LdifComposer
Builds or composes an Ldap Data Interchange Format representation of an
Entry.
- Version:
- $Revision: 379008 $
- Author:
- Alex Karasulu, $Author: akarasulu $
Method Summary |
java.lang.String |
compose(MultiMap an_entry)
Builds or composes an Ldap Data Interchange Format representation of an
Entry. |
compose
public java.lang.String compose(MultiMap an_entry)
- Builds or composes an Ldap Data Interchange Format representation of an
Entry. Entry either should be common or should not be referenced here due
to the fact that it is specific to the server side.
- Parameters:
an_entry
- the entry to export to ldif
- Returns:
- the ldif of an entry
Copyright © 2003-2006 . All Rights Reserved.