public class BindResponseDsml extends AbstractResultResponseDsml<BindResponse> implements BindResponse
| Constructor and Description |
|---|
BindResponseDsml(LdapApiService codec)
Creates a new getDecoratedMessage() of AuthResponseDsml.
|
BindResponseDsml(LdapApiService codec,
BindResponse ldapMessage)
Creates a new getDecoratedMessage() of AuthResponseDsml.
|
| 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[] serverSaslCreds)
Sets the optional property holding SASL authentication response paramters
that are SASL mechanism specific.
|
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Converts the request/reponse to its XML representation in the DSMLv2 format
|
getLdapResultaddAllControls, addControl, get, getCodecService, getControl, getControls, getCurrentControl, getDecorated, getMessageId, getType, hasControl, put, removeControl, setMessageIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLdapResultaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdpublic BindResponseDsml(LdapApiService codec)
public BindResponseDsml(LdapApiService codec, BindResponse ldapMessage)
ldapMessage - the message to decoratepublic org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecorator<BindResponse>toDsml in class AbstractResultResponseDsml<BindResponse>root - the root dom4j Elementpublic byte[] getServerSaslCreds()
getServerSaslCreds in interface BindResponsepublic void setServerSaslCreds(byte[] serverSaslCreds)
setServerSaslCreds in interface BindResponseserverSaslCreds - the sasl auth. mech. specific credentialsCopyright © 2021. All rights reserved.