org.apache.zookeeper.server
Class ZooKeeperSaslServer

java.lang.Object
  extended by org.apache.zookeeper.server.ZooKeeperSaslServer

public class ZooKeeperSaslServer
extends Object


Field Summary
static String DEFAULT_LOGIN_CONTEXT_NAME
           
static String LOGIN_CONTEXT_NAME_KEY
           
 
Method Summary
 byte[] evaluateResponse(byte[] response)
           
 String getAuthorizationID()
           
 boolean isComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2013 The Apache Software Foundation