Class LDIF

java.lang.Object
netscape.ldap.util.LDIF
All Implemented Interfaces:
Serializable

public class LDIF extends Object implements Serializable
LDAP Data Interchange Format (LDIF) is a file format used to import and export directory data from an LDAP server and to describe a set of changes to be applied to data in a directory. This format is described in the Internet draft The LDAP Data Interchange Format (LDIF) - Technical Specification.

This class implements an LDIF file parser. You can construct an object of this class to parse data in LDIF format and manipulate the data as individual LDIFRecord objects.

Version:
1.0
See Also: