org.apache.hadoop.hbase.security
Class HBaseSaslRpcServer.SaslGssCallbackHandler

java.lang.Object
  extended by org.apache.hadoop.hbase.security.HBaseSaslRpcServer.SaslGssCallbackHandler
All Implemented Interfaces:
CallbackHandler
Enclosing class:
HBaseSaslRpcServer

public static class HBaseSaslRpcServer.SaslGssCallbackHandler
extends Object
implements CallbackHandler

CallbackHandler for SASL GSSAPI Kerberos mechanism


Constructor Summary
HBaseSaslRpcServer.SaslGssCallbackHandler()
           
 
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

HBaseSaslRpcServer.SaslGssCallbackHandler

public HBaseSaslRpcServer.SaslGssCallbackHandler()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws UnsupportedCallbackException

Specified by:
handle in interface CallbackHandler
Throws:
UnsupportedCallbackException


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.