|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.AbstractResponseWithResult
org.apache.directory.ldap.client.api.message.BindResponse
public class BindResponse
Bind protocol response message used to confirm the results of a bind request message. BindResponse consists simply of an indication from the server of the status of the client's request for authentication.
Constructor Summary | |
---|---|
BindResponse()
Creates a new instance of BindResponseImpl. |
Method Summary | |
---|---|
byte[] |
getServerSaslCreds()
Gets the optional property holding SASL authentication response parameters that are SASL mechanism specific. |
void |
setServerSaslCreds(byte[] credentials)
|
java.lang.String |
toString()
Get a String representation of a BindResponse |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractResponseWithResult |
---|
getLdapResult, setLdapResult |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Constructor Detail |
---|
public BindResponse()
Method Detail |
---|
public byte[] getServerSaslCreds()
public void setServerSaslCreds(byte[] credentials)
public java.lang.String toString()
toString
in class AbstractResponseWithResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |