org.apache.hadoop.hbase.security
Class HBaseSaslRpcServer.SaslDigestCallbackHandler
java.lang.Object
org.apache.hadoop.hbase.security.HBaseSaslRpcServer.SaslDigestCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
- Enclosing class:
- HBaseSaslRpcServer
public static class HBaseSaslRpcServer.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 |
HBaseSaslRpcServer.SaslDigestCallbackHandler
public HBaseSaslRpcServer.SaslDigestCallbackHandler(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager,
RpcServer.Connection connection)
handle
public void handle(Callback[] callbacks)
throws org.apache.hadoop.security.token.SecretManager.InvalidToken,
UnsupportedCallbackException
-
- Specified by:
handle
in interface CallbackHandler
- Throws:
org.apache.hadoop.security.token.SecretManager.InvalidToken
UnsupportedCallbackException
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.