Package org.apache.zookeeper.server
Class ZooKeeperSaslServer
- java.lang.Object
-
- org.apache.zookeeper.server.ZooKeeperSaslServer
-
public class ZooKeeperSaslServer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_LOGIN_CONTEXT_NAME
static String
LOGIN_CONTEXT_NAME_KEY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
evaluateResponse(byte[] response)
String
getAuthorizationID()
boolean
isComplete()
-
-
-
Field Detail
-
LOGIN_CONTEXT_NAME_KEY
public static final String LOGIN_CONTEXT_NAME_KEY
- See Also:
- Constant Field Values
-
DEFAULT_LOGIN_CONTEXT_NAME
public static final String DEFAULT_LOGIN_CONTEXT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
evaluateResponse
public byte[] evaluateResponse(byte[] response) throws SaslException
- Throws:
SaslException
-
isComplete
public boolean isComplete()
-
getAuthorizationID
public String getAuthorizationID()
-
-