|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Add protocol operation request used to add a new entry to the DIT.
Field Summary | |
static MessageTypeEnum |
RESP_TYPE
LDAPv3 add response type enum code |
static MessageTypeEnum |
TYPE
LDAPv3 add request type enum code |
Method Summary | |
javax.naming.directory.Attributes |
getAttributes()
Gets the attributes of the entry to add. |
java.lang.String |
getEntry()
Gets the distinguished name of the entry to add. |
void |
setAttributes(javax.naming.directory.Attributes attributes)
Sets the attribute value pairs of the entry to add. |
void |
setEntry(java.lang.String entry)
Sets the distinguished name of the entry to add. |
Methods inherited from interface org.apache.directory.shared.ldap.message.SingleReplyRequest |
getResponseType |
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponseRequest |
getResultResponse |
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
hasResponse |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
add, get, getControls, getMessageId, getType, put, remove |
Methods inherited from interface org.apache.directory.shared.ldap.message.AbandonableRequest |
abandon, addAbandonListener, isAbandoned |
Field Detail |
public static final MessageTypeEnum TYPE
public static final MessageTypeEnum RESP_TYPE
Method Detail |
public java.lang.String getEntry()
public void setEntry(java.lang.String entry)
entry
- the Dn of the added entry.public javax.naming.directory.Attributes getAttributes()
public void setAttributes(javax.naming.directory.Attributes attributes)
attributes
- the Attributes with attribute value pairs for the added entry.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |