org.apache.zookeeper.server.auth
Class SaslServerCallbackHandler
java.lang.Object
org.apache.zookeeper.server.auth.SaslServerCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class SaslServerCallbackHandler
- extends Object
- implements CallbackHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaslServerCallbackHandler
public SaslServerCallbackHandler(Configuration configuration)
throws IOException
- Throws:
IOException
handle
public void handle(Callback[] callbacks)
throws UnsupportedCallbackException
- Specified by:
handle in interface CallbackHandler
- Throws:
UnsupportedCallbackException
Copyright © 2013 The Apache Software Foundation