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
ADD_REQUEST
public static final int ADD_REQUEST
ADD_RESPONSE
public static final int ADD_RESPONSE
BIND_REQUEST
public static final int BIND_REQUEST
BIND_RESPONSE
public static final int BIND_RESPONSE
COMPARE_REQUEST
public static final int COMPARE_REQUEST
COMPARE_RESPONSE
public static final int COMPARE_RESPONSE
DEL_REQUEST
public static final int DEL_REQUEST
DEL_RESPONSE
public static final int DEL_RESPONSE
EXTENDED_REQUEST
public static final int EXTENDED_REQUEST
EXTENDED_RESPONSE
public static final int EXTENDED_RESPONSE
MODIFY_RDN_REQUEST
public static final int MODIFY_RDN_REQUEST
MODIFY_RDN_RESPONSE
public static final int MODIFY_RDN_RESPONSE
MODIFY_REQUEST
public static final int MODIFY_REQUEST
MODIFY_RESPONSE
public static final int MODIFY_RESPONSE
SEARCH_REQUEST
public static final int SEARCH_REQUEST
SEARCH_RESPONSE
public static final int SEARCH_RESPONSE
SEARCH_RESULT
public static final int SEARCH_RESULT
SEARCH_RESULT_REFERENCE
public static final int SEARCH_RESULT_REFERENCE
UNBIND_REQUEST
public static final int UNBIND_REQUEST