public class PlainServerCallbackHandler extends AbstractSaslServerCallbackHandler
SASL server side callback handler
Modifier and Type | Field and Description |
---|---|
static String |
PASSWORD |
credentials, impersonationAllowed, userName
Constructor and Description |
---|
PlainServerCallbackHandler(boolean impersonationAllowed) |
Modifier and Type | Method and Description |
---|---|
protected void |
handlePasswordCallback(PasswordCallback pc) |
handle
public static final String PASSWORD
public PlainServerCallbackHandler(boolean impersonationAllowed)
protected void handlePasswordCallback(PasswordCallback pc)
handlePasswordCallback
in class AbstractSaslServerCallbackHandler
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.