Package org.apache.zookeeper.server
Class ZooKeeperSaslServer
- java.lang.Object
- 
- org.apache.zookeeper.server.ZooKeeperSaslServer
 
- 
 public class ZooKeeperSaslServer extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_LOGIN_CONTEXT_NAMEstatic StringLOGIN_CONTEXT_NAME_KEY
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]evaluateResponse(byte[] response)StringgetAuthorizationID()booleanisComplete()
 
- 
- 
- 
Field Detail- 
LOGIN_CONTEXT_NAME_KEYpublic static final String LOGIN_CONTEXT_NAME_KEY - See Also:
- Constant Field Values
 
 - 
DEFAULT_LOGIN_CONTEXT_NAMEpublic static final String DEFAULT_LOGIN_CONTEXT_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
evaluateResponsepublic byte[] evaluateResponse(byte[] response) throws SaslException- Throws:
- SaslException
 
 - 
isCompletepublic boolean isComplete() 
 - 
getAuthorizationIDpublic String getAuthorizationID() 
 
- 
 
-