public class AnonymousServerSASL extends Object implements ServerSASL
| Modifier and Type | Field and Description |
|---|---|
static String[] |
ANONYMOUS_MECH |
static String |
NAME |
| Constructor and Description |
|---|
AnonymousServerSASL() |
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
String |
getName() |
byte[] |
processSASL(byte[] bytes) |
SASLResult |
result() |
public static final String NAME
public static final String[] ANONYMOUS_MECH
public String getName()
getName in interface ServerSASLpublic byte[] processSASL(byte[] bytes)
processSASL in interface ServerSASLpublic SASLResult result()
result in interface ServerSASLpublic void done()
done in interface ServerSASLCopyright © 2021 The Apache Software Foundation. All rights reserved.