Re: ActiveMQ JAAS Plugin question

2010-03-22 Thread Dejan Bosanac
Hi, this is currently not implemented, but it's doable. Now we have only two CallbackHandler implementations. One that checks username and password and other that checks certificates. For this to work you'd need to implement right Callback handler and appropriate broker plugin. Cheers -- Dejan B

ActiveMQ JAAS Plugin question

2010-03-19 Thread Vladimir Tsurkan
Anyone knows if I can get the IP address of the client inside of the login() of the LoginModule of the JAAS plugin for 5.x AMQ Here is what I have in mind: public boolean login() throws LoginException { Callback[] callbacks = new Callback[3]; callbacks[0] = new NameCallba