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 ServerSASL
public SASLResult processSASL(byte[] data)
processSASL
in interface ServerSASL
Copyright © 2016 The Apache Software Foundation. All rights reserved.