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: 687181 $
- Author:
- Apache Directory Project
Method Summary |
java.lang.String |
compose(java.util.Map<java.lang.String,?> an_entry)
Builds or composes an Ldap Data Interchange Format representation of an
Entry. |
compose
java.lang.String compose(java.util.Map<java.lang.String,?> 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-2009 Apache Software Foundation. All Rights Reserved.