use of javax.security.sasl.SaslException in project CorfuDB by CorfuDB.
the class PlainTextSaslServer method evaluateResponse.
@Override
public byte[] evaluateResponse(byte[] response) throws SaslException {
String[] tokens;
try {
tokens = new String(response, "UTF-8").split("