netscape.ldap
public class LDAPMessage extends java.lang.Object implements java.io.Serializable
LDAPMessage ::= SEQUENCE { messageID MessageID, protocolOp CHOICE { bindRequest BindRequest, ... } controls [0] Controls OPTIONAL }
Modifier and Type | Field and Description |
---|---|
static int |
ABANDON_REQUEST |
static int |
ADD_REQUEST |
static int |
ADD_RESPONSE |
static int |
BIND_REQUEST |
static int |
BIND_RESPONSE |
static int |
COMPARE_REQUEST |
static int |
COMPARE_RESPONSE |
static int |
DEL_REQUEST |
static int |
DEL_RESPONSE |
static int |
EXTENDED_REQUEST |
static int |
EXTENDED_RESPONSE |
static int |
MODIFY_RDN_REQUEST |
static int |
MODIFY_RDN_RESPONSE |
static int |
MODIFY_REQUEST |
static int |
MODIFY_RESPONSE |
static int |
SEARCH_REQUEST |
static int |
SEARCH_RESPONSE |
static int |
SEARCH_RESULT |
static int |
SEARCH_RESULT_REFERENCE |
static int |
UNBIND_REQUEST |
Modifier and Type | Method and Description |
---|---|
LDAPControl[] |
getControls()
Retrieves list of controls.
|
int |
getMessageID()
Returns the message identifer.
|
int |
getType()
Returns the LDAP operation type of the message
|
java.lang.String |
toString()
Returns string representation of an LDAP message.
|
public static final int BIND_REQUEST
public static final int BIND_RESPONSE
public static final int UNBIND_REQUEST
public static final int SEARCH_REQUEST
public static final int SEARCH_RESPONSE
public static final int SEARCH_RESULT
public static final int MODIFY_REQUEST
public static final int MODIFY_RESPONSE
public static final int ADD_REQUEST
public static final int ADD_RESPONSE
public static final int DEL_REQUEST
public static final int DEL_RESPONSE
public static final int MODIFY_RDN_REQUEST
public static final int MODIFY_RDN_RESPONSE
public static final int COMPARE_REQUEST
public static final int COMPARE_RESPONSE
public static final int ABANDON_REQUEST
public static final int SEARCH_RESULT_REFERENCE
public static final int EXTENDED_REQUEST
public static final int EXTENDED_RESPONSE
public int getMessageID()
public int getType()
public LDAPControl[] getControls()
public java.lang.String toString()
toString
in class java.lang.Object