|
LDAPJDK 4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--netscape.ldap.util.LDIFBaseContent
An object of this class represents the content of an LDIF record.
This class implements the LDIFContent interface, but
it is abstract and must be extended for the various record types.
LDIFRecord.getContent(), Serialized Form| Fields inherited from interface netscape.ldap.util.LDIFContent |
ADD_CONTENT,
ATTRIBUTE_CONTENT,
DELETE_CONTENT,
MODDN_CONTENT,
MODIFICATION_CONTENT |
| Constructor Summary | |
LDIFBaseContent()
Blank constructor for deserialization |
|
| Method Summary | |
LDAPControl[] |
getControls()
Retrieves the list of controls specified in the content of the LDIF record, if any |
protected java.lang.String |
getControlString()
Get the OIDs of all controls, if any, as a string |
void |
setControls(LDAPControl[] controls)
Sets the list of controls |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public LDIFBaseContent()
| Method Detail |
public LDAPControl[] getControls()
LDAPControl objects that
represent any controls specified in the the LDIF record,
or null if none were specified.public void setControls(LDAPControl[] controls)
controls - an array of LDAPControl objects
or null if none are to be specifiedprotected java.lang.String getControlString()
|
LDAPJDK 4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||