Package | Description |
---|---|
netscape.ldap.util |
Modifier and Type | Class and Description |
---|---|
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 |
LDIFBaseContent
An object of this class represents the content of an LDIF record.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LDIFContent |
LDIFRecord.getContent()
Retrieves the content of the LDIF record.
|
Constructor and Description |
---|
LDIFRecord(java.lang.String dn,
LDIFContent content)
Constructs a new
LDIFRecord object with the
specified content. |