public class ZooKeeperSaslServer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LOGIN_CONTEXT_NAME |
static String |
LOGIN_CONTEXT_NAME_KEY |
Modifier and Type | Method and Description |
---|---|
byte[] |
evaluateResponse(byte[] response) |
String |
getAuthorizationID() |
boolean |
isComplete() |
public static final String LOGIN_CONTEXT_NAME_KEY
public static final String DEFAULT_LOGIN_CONTEXT_NAME
public byte[] evaluateResponse(byte[] response) throws SaslException
SaslException
public boolean isComplete()
public String getAuthorizationID()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.