Package org.apache.accumulo.server.rpc
Class SaslServerDigestCallbackHandler
java.lang.Object
org.apache.accumulo.core.rpc.SaslDigestCallbackHandler
org.apache.accumulo.server.rpc.SaslServerDigestCallbackHandler
- All Implemented Interfaces:
CallbackHandler
CallbackHandler for SASL DIGEST-MD5 mechanism. Modified copy from Hadoop, uses our
TokenIdentifier and SecretManager implementations
-
Constructor Summary
ConstructorsConstructorDescriptionSaslServerDigestCallbackHandler
(AuthenticationTokenSecretManager secretManager) -
Method Summary
Methods inherited from class org.apache.accumulo.core.rpc.SaslDigestCallbackHandler
decodeIdentifier, encodeIdentifier, encodePassword, getPassword
-
Constructor Details
-
SaslServerDigestCallbackHandler
-
-
Method Details
-
handle
public void handle(Callback[] callbacks) throws org.apache.hadoop.security.token.SecretManager.InvalidToken, UnsupportedCallbackException - Throws:
org.apache.hadoop.security.token.SecretManager.InvalidToken
UnsupportedCallbackException
-
toString
-