Uses of Interface
netscape.ldap.util.LDIFContent
Packages that use LDIFContent
-
Uses of LDIFContent in netscape.ldap.util
Classes in netscape.ldap.util that implement LDIFContentModifier and TypeClassDescriptionclassAn object of this class represents the content of an LDIF record that specifies a new entry to be added.classAn object of this class represents the content of an LDIF record that specifies an entry and its attributes.classAn object of this class represents the content of an LDIF record.classAn object of this class represents the content of an LDIF record that specifies the deletion of an entry.classAn object of this class represents the content of an LDIF record that specifies changes to an RDN or the DN of an entry.classAn object of this class represents the content of an LDIF record that specifies modifications to an entry.Methods in netscape.ldap.util that return LDIFContentModifier and TypeMethodDescriptionLDIFRecord.getContent()Retrieves the content of the LDIF record.private LDIFContentLDIF.parse_ldif_content(LDIF.LineReader d) Parses ldif content.Constructors in netscape.ldap.util with parameters of type LDIFContentModifierConstructorDescriptionLDIFRecord(String dn, LDIFContent content) Constructs a newLDIFRecordobject with the specified content.