Package org.apache.zookeeper
Class SaslClientCallbackHandler
java.lang.Object
org.apache.zookeeper.SaslClientCallbackHandler
- All Implemented Interfaces:
CallbackHandler
This is used by the SASL mechanisms to get further information to complete
the authentication. For example, a SASL mechanism might use this callback
handler to do verification operation. The CallbackHandler interface here
refers to javax.security.auth.callback.CallbackHandler. It should not be
confused with ZooKeeper packet callbacks like
org.apache.zookeeper.server.auth.SaslServerCallbackHandler.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SaslClientCallbackHandler
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
UnsupportedCallbackException
-