// If the bind processing is finished, then unset the "bind in progress"
// flag to allow other operations to be processed on the connection.
if (getResultCode() != ResultCode.SASL_BIND_IN_PROGRESS)
{
clientConnection.finishSaslBind();
}
clientConnection.finishBindOrStartTLS();
// Invoke the post-response bind plugins.