public class IntermediateResponseImpl extends InternalAbstractResultResponse implements InternalIntermediateResponse
| Modifier and Type | Field and Description |
|---|---|
protected String |
oid
ResponseName for the intermediate response
|
protected byte[] |
value
Response Value for the intermediate response
|
TYPE| Constructor and Description |
|---|
IntermediateResponseImpl(int id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks to see if an object equals this IntemediateResponse.
|
String |
getResponseName()
Gets the OID uniquely identifying this Intemediate response (a.k.a.
|
byte[] |
getResponseValue()
Gets the reponseName specific encoded
|
void |
setResponseName(String oid)
Sets the OID uniquely identifying this Intemediate response (a.k.a.
|
void |
setResponseValue(byte[] value)
Sets the response value
|
getLdapResult, toStringadd, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, removeclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removeprotected String oid
protected byte[] value
public byte[] getResponseValue()
getResponseValue in interface InternalIntermediateResponsepublic void setResponseValue(byte[] value)
setResponseValue in interface InternalIntermediateResponsevalue - the response value.public String getResponseName()
getResponseName in interface InternalIntermediateResponsepublic void setResponseName(String oid)
setResponseName in interface InternalIntermediateResponseoid - the OID of the Intemediate response type.public boolean equals(Object obj)
equals in class InternalAbstractResultResponseobj - the object to be checked for equalityCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.