Interface ServerSASL
- All Known Implementing Classes:
AnonymousServerSASL, ExternalServerSASL, GSSAPIServerSASL, PlainSASL, SCRAMServerSASL, ServerSASLPlain
public interface ServerSASL
-
Method Summary
Modifier and TypeMethodDescriptionvoiddone()getName()byte[]processSASL(byte[] bytes) result()
-
Method Details
-
getName
String getName() -
processSASL
byte[] processSASL(byte[] bytes) -
result
SASLResult result() -
done
void done()
-