org.apache.qpid.client.security
Class UsernameHashedPasswordCallbackHandler

java.lang.Object
  extended by org.apache.qpid.client.security.UsernameHashedPasswordCallbackHandler
All Implemented Interfaces:
CallbackHandler, AMQCallbackHandler

public class UsernameHashedPasswordCallbackHandler
extends Object
implements AMQCallbackHandler


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

Constructor Detail

UsernameHashedPasswordCallbackHandler

public UsernameHashedPasswordCallbackHandler()
Method Detail

initialise

public void initialise(AMQProtocolSession protocolSession)
Specified by:
initialise in interface AMQCallbackHandler

handle

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


Licensed to the Apache Software Foundation