Uses of Interface netscape.ldap.util.LDIFContent

Uses in package netscape.ldap.util

Classes implementing netscape.ldap.util.LDIFContent

class
An object of this class represents the content of an LDIF record that specifies a new entry to be added.
class
An object of this class represents the content of an LDIF record that specifies an entry and its attributes.
class
An object of this class represents the content of an LDIF record.
class
An object of this class represents the content of an LDIF record that specifies the deletion of an entry.
class
An object of this class represents the content of an LDIF record that specifies changes to an RDN or the DN of an entry.
class
An object of this class represents the content of an LDIF record that specifies modifications to an entry.

Constructors with parameter type netscape.ldap.util.LDIFContent

LDIFRecord.LDIFRecord(String dn, LDIFContent content)
Constructs a new LDIFRecord object with the specified content.

Methods with return type netscape.ldap.util.LDIFContent

LDIFContent
Retrieves the content of the LDIF record.