org.apache.hadoop.security
Class SaslRpcServer.SaslGssCallbackHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaslRpcServer.SaslGssCallbackHandler
public SaslRpcServer.SaslGssCallbackHandler()
handle
public void handle(Callback[] callbacks)
throws UnsupportedCallbackException
-
- Specified by:
handle
in interface CallbackHandler
- Throws:
UnsupportedCallbackException
Copyright © 2009 The Apache Software Foundation