@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface UpdatableBindResult extends BindResult, UpdatableGenericResult
| Modifier and Type | Method and Description | 
|---|---|
| void | setResultData(com.unboundid.ldap.sdk.LDAPResult result)Sets the contents of this result with information from the provided
 LDAP result, including the result code, diagnostic message, matched DN,
 referral URLs, and controls. | 
| void | setServerSASLCredentials(com.unboundid.asn1.ASN1OctetString serverSASLCredentials)Specifies the server SASL credentials for the bind result, if any. | 
getServerSASLCredentials, toLDAPSDKResultsetAdditionalLogMessage, setDiagnosticMessage, setMatchedDN, setReferralURLs, setResultCode, setResultDatagetAdditionalLogMessage, getDiagnosticMessage, getMatchedDN, getReferralURLs, getResultCodeaddResultControl, setResultControlsgetOperationType, getResultControlsvoid setServerSASLCredentials(com.unboundid.asn1.ASN1OctetString serverSASLCredentials)
serverSASLCredentials - The server SASL credentials for the bind
                                result.  It may be null if there are
                                none.void setResultData(com.unboundid.ldap.sdk.LDAPResult result)
BindResult, then the server SASL credentials will
 also be updated.setResultData in interface UpdatableGenericResultresult - The result to use to update this result.  It must not be
                 null.