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 TypeClassDescriptionclass
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.Methods in netscape.ldap.util that return LDIFContentModifier and TypeMethodDescriptionLDIFRecord.getContent()
Retrieves the content of the LDIF record.Constructors in netscape.ldap.util with parameters of type LDIFContentModifierConstructorDescriptionLDIFRecord
(String dn, LDIFContent content) Constructs a newLDIFRecord
object with the specified content.