public class BindResponseImpl extends AbstractResultResponse implements BindResponse
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID |
private byte[] |
serverSaslCreds
optional property holding SASL authentication response parameters
|
ldapResultcontrols| Constructor and Description |
|---|
BindResponseImpl()
Creates a BindResponse as a reply to an BindRequest.
|
BindResponseImpl(int id)
Creates a BindResponse as a reply to an BindRequest.
|
| 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.
|
int |
hashCode() |
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
|
getLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdstatic final long serialVersionUID
private byte[] serverSaslCreds
public BindResponseImpl()
public BindResponseImpl(int id)
id - the session unique message idpublic byte[] getServerSaslCreds()
getServerSaslCreds in interface BindResponsepublic void setServerSaslCreds(byte[] serverSaslCreds)
setServerSaslCreds in interface BindResponseserverSaslCreds - the sasl auth. mech. specific credentialspublic int hashCode()
hashCode in class AbstractResultResponseObject.hashCode()public boolean equals(Object obj)
equals in class AbstractResultResponseobj - the object to test for equality with this BindResponsepublic String toString()
toString in class AbstractResultResponseCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.