public interface InternalBindResponse extends InternalResultResponse
| Modifier and Type | Field and Description |
|---|---|
static MessageTypeEnum |
TYPE
Bind response message type enumeration value
|
| 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[] a_serverSaslCreds)
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
|
getLdapResultadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removestatic final MessageTypeEnum TYPE
byte[] getServerSaslCreds()
void setServerSaslCreds(byte[] a_serverSaslCreds)
a_serverSaslCreds - the sasl auth. mech. specific credentialsCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.