pickForSasl2 method

void pickForSasl2()

Tells the negotiator that it has been selected as the SASL negotiator for SASL2.

Implementation

void pickForSasl2() {
  _pickedForSasl2 = true;
}