// SASL-Complete message to the client.
if (LOG.isDebugEnabled()) {
LOG.debug("SASL authentication is complete for client with " +
"username: " + saslNettyServer.getUserName());
}
SaslCompleteRequest saslComplete = new SaslCompleteRequest();
ctx.getChannel().write(saslComplete);
if (LOG.isDebugEnabled()) {
LOG.debug("Removing SaslServerHandler from pipeline since SASL " +
"authentication is complete.");
}