|
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
org.ietf.ldap.LDAPExtendedResponse
public class LDAPExtendedResponse
Encapsulates the response returned by an LDAP server on an asynchronous extended operation request.
Field Summary | |
---|---|
(package private) LDAPExtendedResponse |
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 | |
---|---|
LDAPExtendedResponse(LDAPExtendedResponse response)
Creates an LDAPExtendedResponse from a com.novell.ldap.LDAPExtendedResponse |
Method Summary | |
---|---|
java.lang.String |
getID()
Returns the message identifier of the response. |
byte[] |
getValue()
Returns the value part of the response in raw bytes. |
(package private) LDAPExtendedResponse |
getWrappedObject()
Gets the com.novell.ldap.LDAPExtendedResponse object |
Methods inherited from class org.ietf.ldap.LDAPResponse |
---|
getControls, getErrorMessage, getMatchedDN, getMessageID, getReferrals, getResultCode, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
LDAPExtendedResponse response
Constructor Detail |
---|
LDAPExtendedResponse(LDAPExtendedResponse response)
Method Detail |
---|
LDAPExtendedResponse getWrappedObject()
public java.lang.String getID()
public byte[] getValue()
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |