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
|
String |
getName() |
SASLResult |
processSASL(byte[] data) |
public static final String NAME
public String getName()
getName in interface ServerSASLpublic SASLResult processSASL(byte[] data)
processSASL in interface ServerSASLCopyright © 2017 The Apache Software Foundation. All Rights Reserved.