|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResponseEntry
Search entry protocol response message used to return non referral entries to the client in response to a search request message.
Field Summary | |
---|---|
static MessageTypeEnum |
TYPE
Search entry response message type enumeration value |
Method Summary | |
---|---|
javax.naming.directory.Attributes |
getAttributes()
Gets the set of attributes and all their values in a MultiMap. |
LdapDN |
getObjectName()
Gets the distinguished name of the entry object returned. |
void |
setAttributes(javax.naming.directory.Attributes attributes)
Sets the set of attributes and all their values in a MultiMap. |
void |
setObjectName(LdapDN dn)
Sets the distinguished name of the entry object returned. |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
---|
add, get, getControls, getMessageId, getType, put, remove |
Field Detail |
---|
static final MessageTypeEnum TYPE
Method Detail |
---|
LdapDN getObjectName()
void setObjectName(LdapDN dn)
dn
- the Dn of the entry returned.javax.naming.directory.Attributes getAttributes()
void setAttributes(javax.naming.directory.Attributes attributes)
attributes
- the set of attributes and all their values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |