Uses of Class
netscape.ldap.util.LDIFBaseContent

Packages that use LDIFBaseContent
netscape.ldap.util   
 

Uses of LDIFBaseContent in netscape.ldap.util
 

Subclasses of LDIFBaseContent in netscape.ldap.util
 class LDIFAddContent
          An object of this class represents the content of an LDIF record that specifies a new entry to be added.
 class LDIFAttributeContent
          An object of this class represents the content of an LDIF record that specifies an entry and its attributes.
 class LDIFDeleteContent
          An object of this class represents the content of an LDIF record that specifies the deletion of an entry.
 class LDIFModDNContent
          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 LDIFModifyContent
          An object of this class represents the content of an LDIF record that specifies modifications to an entry.