org.apache.qpid.client.security
Class UsernamePasswordCallbackHandler

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

public class UsernamePasswordCallbackHandler
extends Object
implements AMQCallbackHandler


Constructor Summary
UsernamePasswordCallbackHandler()
           
 
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

UsernamePasswordCallbackHandler

public UsernamePasswordCallbackHandler()
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