- All Implemented Interfaces:
- javax.security.auth.callback.CallbackHandler
public class SaslClientCallbackHandler
extends java.lang.Object
implements javax.security.auth.callback.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.