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