Base class for LDAP request and response messages.
This class represents the LDAPMessage in RFC2251. The
message is the entity that got transferred back and
fro between the server and the client interface. Each
message has a protocol operation. The protocol operation
indicates if it is a request or response.
LDAPMessage ::= SEQUENCE {
messageID MessageID,
protocolOp CHOICE {
bindRequest BindRequest,
...
}
controls [0] Controls OPTIONAL
}
ABANDON_REQUEST
public static final int ABANDON_REQUEST
- 16
ADD_REQUEST
public static final int ADD_REQUEST
- 8
ADD_RESPONSE
public static final int ADD_RESPONSE
- 9
BIND_REQUEST
public static final int BIND_REQUEST
- 0
BIND_RESPONSE
public static final int BIND_RESPONSE
- 1
COMPARE_REQUEST
public static final int COMPARE_REQUEST
- 14
COMPARE_RESPONSE
public static final int COMPARE_RESPONSE
- 15
DEL_REQUEST
public static final int DEL_REQUEST
- 10
DEL_RESPONSE
public static final int DEL_RESPONSE
- 11
EXTENDED_REQUEST
public static final int EXTENDED_REQUEST
- 23
EXTENDED_RESPONSE
public static final int EXTENDED_RESPONSE
- 24
MODIFY_RDN_REQUEST
public static final int MODIFY_RDN_REQUEST
- 12
MODIFY_RDN_RESPONSE
public static final int MODIFY_RDN_RESPONSE
- 13
MODIFY_REQUEST
public static final int MODIFY_REQUEST
- 6
MODIFY_RESPONSE
public static final int MODIFY_RESPONSE
- 7
SEARCH_REQUEST
public static final int SEARCH_REQUEST
- 3
SEARCH_RESPONSE
public static final int SEARCH_RESPONSE
- 4
SEARCH_RESULT
public static final int SEARCH_RESULT
- 5
SEARCH_RESULT_REFERENCE
public static final int SEARCH_RESULT_REFERENCE
- 19
UNBIND_REQUEST
public static final int UNBIND_REQUEST
- 2