backtype.storm.security.auth.digest
Class ServerCallbackHandler

java.lang.Object
  extended by backtype.storm.security.auth.digest.ServerCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class ServerCallbackHandler
extends Object
implements CallbackHandler

SASL server side collback handler


Constructor Summary
ServerCallbackHandler(Configuration configuration)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerCallbackHandler

public ServerCallbackHandler(Configuration configuration)
                      throws IOException
Throws:
IOException
Method Detail

handle

public void handle(Callback[] callbacks)
            throws UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
UnsupportedCallbackException


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.