org.apache.hadoop.security
Class SaslRpcServer.SaslDigestCallbackHandler
java.lang.Object
org.apache.hadoop.security.SaslRpcServer.SaslDigestCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
- Enclosing class:
- SaslRpcServer
public static class SaslRpcServer.SaslDigestCallbackHandler
- extends Object
- implements CallbackHandler
CallbackHandler for SASL DIGEST-MD5 mechanism
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaslRpcServer.SaslDigestCallbackHandler
public SaslRpcServer.SaslDigestCallbackHandler(SecretManager<TokenIdentifier> secretManager,
Server.Connection connection)
handle
public void handle(Callback[] callbacks)
throws SecretManager.InvalidToken,
UnsupportedCallbackException
-
- Specified by:
handle
in interface CallbackHandler
- Throws:
SecretManager.InvalidToken
UnsupportedCallbackException
Copyright © 2009 The Apache Software Foundation