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
|
getLdapResult
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLdapResult
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
public BindResponseImpl(int id)
id
- the session unique message idpublic byte[] getServerSaslCreds()
getServerSaslCreds
in interface InternalBindResponse
public void setServerSaslCreds(byte[] serverSaslCreds)
setServerSaslCreds
in interface InternalBindResponse
serverSaslCreds
- the sasl auth. mech. specific credentialspublic boolean equals(Object obj)
equals
in class InternalAbstractResultResponse
obj
- the object to test for equality with this BindResponsepublic String toString()
toString
in class InternalAbstractResultResponse
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.