org.apache.hive.service.auth
Class PlainSaslHelper.PlainClientbackHandler
java.lang.Object
org.apache.hive.service.auth.PlainSaslHelper.PlainClientbackHandler
- All Implemented Interfaces:
- CallbackHandler
- Enclosing class:
- PlainSaslHelper
public static class PlainSaslHelper.PlainClientbackHandler
- extends Object
- implements CallbackHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainSaslHelper.PlainClientbackHandler
public PlainSaslHelper.PlainClientbackHandler(String userName,
String passWord)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2013 The Apache Software Foundation