public class BindResponseImpl extends InternalAbstractResultResponse implements InternalBindResponse
TYPE| Constructor and Description |
|---|
BindResponseImpl(int id)
Creates a Lockable AddResponse as a reply to an AddRequest.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks to see if this BindResponse is equal to another BindResponse.
|
byte[] |
getServerSaslCreds()
Gets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
|
void |
setServerSaslCreds(byte[] serverSaslCreds)
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
|
String |
toString()
Get a String representation of a BindResponse
|
getLdapResultadd, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, removeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLdapResultadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removepublic BindResponseImpl(int id)
id - the session unique message idpublic byte[] getServerSaslCreds()
getServerSaslCreds in interface InternalBindResponsepublic void setServerSaslCreds(byte[] serverSaslCreds)
setServerSaslCreds in interface InternalBindResponseserverSaslCreds - the sasl auth. mech. specific credentialspublic boolean equals(Object obj)
equals in class InternalAbstractResultResponseobj - the object to test for equality with this BindResponsepublic String toString()
toString in class InternalAbstractResultResponseCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.