Interface ServerSASL
-
- All Known Implementing Classes:
AnonymousServerSASL,ExternalServerSASL,GSSAPIServerSASL,PlainSASL,SCRAMServerSASL,ServerSASLPlain
public interface ServerSASL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddone()java.lang.StringgetName()byte[]processSASL(byte[] bytes)SASLResultresult()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
processSASL
byte[] processSASL(byte[] bytes)
-
result
SASLResult result()
-
done
void done()
-
-