org.apache.qpid.security
Interface AMQPCallbackHandler

All Superinterfaces:
CallbackHandler
All Known Implementing Classes:
UsernamePasswordCallbackHandler

public interface AMQPCallbackHandler
extends CallbackHandler


Method Summary
 void initialise(String username, String password)
           
 
Methods inherited from interface javax.security.auth.callback.CallbackHandler
handle
 

Method Detail

initialise

void initialise(String username,
                String password)


Licensed to the Apache Software Foundation