|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ietf.ldap.LDAPMessage
org.ietf.ldap.LDAPResponse
public class LDAPResponse
Represents the a message received from an LDAPServer in response to an asynchronous request.
Field Summary | |
---|---|
private LDAPResponse |
response
|
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(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 |
Field Detail |
---|
private LDAPResponse response
Constructor Detail |
---|
public LDAPResponse(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 LDAPMessage
public int getMessageID()
getMessageID
in class LDAPMessage
public int getType()
getType
in class LDAPMessage
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |