org.apache.hadoop.security
Class SaslRpcServer.SaslGssCallbackHandler

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

public static class SaslRpcServer.SaslGssCallbackHandler
extends Object
implements CallbackHandler

CallbackHandler for SASL GSSAPI Kerberos mechanism


Constructor Summary
SaslRpcServer.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

SaslRpcServer.SaslGssCallbackHandler

public SaslRpcServer.SaslGssCallbackHandler()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws UnsupportedCallbackException

Specified by:
handle in interface CallbackHandler
Throws:
UnsupportedCallbackException


Copyright © 2009 The Apache Software Foundation