org.apache.hive.service.auth
Class PlainSaslHelper.PlainClientbackHandler

java.lang.Object
  extended by org.apache.hive.service.auth.PlainSaslHelper.PlainClientbackHandler
All Implemented Interfaces:
CallbackHandler
Enclosing class:
PlainSaslHelper

public static class PlainSaslHelper.PlainClientbackHandler
extends Object
implements CallbackHandler


Constructor Summary
PlainSaslHelper.PlainClientbackHandler(String userName, String passWord)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainSaslHelper.PlainClientbackHandler

public PlainSaslHelper.PlainClientbackHandler(String userName,
                                              String passWord)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2013 The Apache Software Foundation