public class ServerSASLPlain extends Object implements ServerSASL
| Constructor and Description |
|---|
ServerSASLPlain() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authenticate(String user,
String password)
Hook for subclasses to perform the authentication here
|
void |
done() |
String |
getName() |
byte[] |
processSASL(byte[] data) |
SASLResult |
result() |
public static final String NAME
public String getName()
getName in interface ServerSASLpublic byte[] processSASL(byte[] data)
processSASL in interface ServerSASLpublic SASLResult result()
result in interface ServerSASLpublic void done()
done in interface ServerSASLCopyright © 2021 The Apache Software Foundation. All rights reserved.