|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.ietf.ldap.LDAPMessage
|
+--org.ietf.ldap.LDAPResponse
Represents the a message received from an LDAPServer in response to an asynchronous request.
| Field Summary |
| Fields inherited from class org.ietf.ldap.LDAPMessage |
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST |
| Constructor Summary | |
LDAPResponse(com.novell.ldap.LDAPResponse response)
Creates an LDAPResponse from a com.novell.ldap.LDAPResponse object |
|
| Method Summary | |
LDAPControl[] |
getControls()
Returns any controls in the message. |
java.lang.String |
getErrorMessage()
Returns any error message in the response. |
java.lang.String |
getMatchedDN()
Returns the partially matched DN field from the server response, if the response contains one. |
int |
getMessageID()
Returns the message ID. |
java.lang.String[] |
getReferrals()
Returns all referrals in a server response, if the response contains any. |
int |
getResultCode()
Returns the result code in a server response. |
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 |
| Constructor Detail |
public LDAPResponse(com.novell.ldap.LDAPResponse response)
| Method Detail |
public java.lang.String getErrorMessage()
public java.lang.String getMatchedDN()
public java.lang.String[] getReferrals()
public int getResultCode()
public LDAPControl[] getControls()
getControls in class LDAPMessagepublic int getMessageID()
getMessageID in class LDAPMessagepublic int getType()
getType in class LDAPMessage
|
LDAP Classes Implements Java LDAP |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||