org.apache.hadoop.security
Class SaslRpcServer.SaslDigestCallbackHandler
java.lang.Object
org.apache.hadoop.security.SaslRpcServer.SaslDigestCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
- Enclosing class:
- org.apache.hadoop.security.SaslRpcServer
@InterfaceStability.Evolving
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(org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.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 © 2013 Apache Software Foundation. All Rights Reserved.