2 Replies Latest reply on Aug 22, 2002 2:41 PM by juha

    Security on standard MBean?

    qwang

      Hi,

      I wonder if we could put security authentication on standard MBeans. It seems that in JBoss any user or component can call methods of a MBean without pass any LoginContext. Does anyone know how to apply authentication and autherization on standard MBeans?

      Thanks.

      Qingxian

        • 1. Re: Security on standard MBean?

          We are currently working on providing a container
          for all mbeans that will let you configure whatever
          apsects you like on your MBeans.

          It would be relatively simple to hack a basic security
          check into JMX if you need a immediately.

          Regards,
          Adrian

          • 2. Re: Security on standard MBean?

            True. Although I'd recommend you migrate to Model MBeans that will have better options available for configuring the security interceptor. Standard MBeans suck.