org.apache.qpid.client.security
Interface AMQCallbackHandler

All Superinterfaces:
CallbackHandler
All Known Implementing Classes:
UsernameHashedPasswordCallbackHandler, UsernamePasswordCallbackHandler

public interface AMQCallbackHandler
extends CallbackHandler


Method Summary
 void initialise(AMQProtocolSession protocolSession)
           
 
Methods inherited from interface javax.security.auth.callback.CallbackHandler
handle
 

Method Detail

initialise

void initialise(AMQProtocolSession protocolSession)


Licensed to the Apache Software Foundation