|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ietf.ldap.LDAPMessage
Represents the base class for LDAP request and response messages.
Field Summary | |
static int |
ABANDON_REQUEST
An abandon request operation. |
static int |
ADD_REQUEST
An add request operation. |
static int |
ADD_RESPONSE
An add response operation. |
static int |
BIND_REQUEST
A bind request operation. |
static int |
BIND_RESPONSE
A bind response operation. |
static int |
COMPARE_REQUEST
A compare result operation. |
static int |
COMPARE_RESPONSE
A compare response operation. |
static int |
DEL_REQUEST
A delete request operation. |
static int |
DEL_RESPONSE
A delete response operation. |
static int |
EXTENDED_REQUEST
An extended request operation. |
static int |
EXTENDED_RESPONSE
An extended response operation. |
static int |
MODIFY_RDN_REQUEST
A modify RDN request operation. |
static int |
MODIFY_RDN_RESPONSE
A modify RDN response operation. |
static int |
MODIFY_REQUEST
A modify request operation. |
static int |
MODIFY_RESPONSE
A modify response operation. |
static int |
SEARCH_REQUEST
A search request operation. |
static int |
SEARCH_RESPONSE
A search response containing data. |
static int |
SEARCH_RESULT
A search result message - contains search status. |
static int |
SEARCH_RESULT_REFERENCE
A search result reference operation. |
static int |
UNBIND_REQUEST
An unbind request operation. |
Constructor Summary | |
LDAPMessage(com.novell.ldap.LDAPMessage message)
Creates an LDAPMessage from a com.novell.ldap.LDAPMessage object |
Method Summary | |
LDAPControl[] |
getControls()
Returns any controls in the message. |
int |
getMessageID()
Returns the message ID. |
int |
getType()
Returns the LDAP operation type of the message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
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
Constructor Detail |
public LDAPMessage(com.novell.ldap.LDAPMessage message)
Method Detail |
public LDAPControl[] getControls()
public int getMessageID()
public int getType()
|
LDAP Classes Implements Java LDAP |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |