1 2 Previous Next 19 Replies Latest reply on Sep 6, 2011 6:34 AM by ataylor

    Inherit security context from application server

    jmbarone

      Hi!

      In JEE if you have an authenticaded web app, when you go through the middleware the security context is "copied" and you don't need to authenticate again to apply EJB's security.

      I'm using HornetQ inside JBoss 5.1 and it will be really good to inherit authentication from the server, and when you call the method to connect into the queue session, it will happen in the same way. If you want another credentials, you could do the connect with user/password parameters.

       

      For what i see, this is not possible right now, so:

       

      - i need to implement my own HornetQSecurityManager?

      - maybe this idea it's on the "coming soon" features? :-)

       

      Thanks and forgive my poor english.

        1 2 Previous Next