public class BindResponse extends AbstractResponseWithResult
Constructor and Description |
---|
BindResponse()
Creates a new instance of BindResponseImpl.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getServerSaslCreds()
Gets the optional property holding SASL authentication response parameters
that are SASL mechanism specific.
|
void |
setServerSaslCreds(byte[] credentials) |
String |
toString()
Get a String representation of a BindResponse
|
getLdapResult, setLdapResult
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
public byte[] getServerSaslCreds()
public void setServerSaslCreds(byte[] credentials)
public String toString()
toString
in class AbstractResponseWithResult
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.