security « jmx « Java Enterprise Q&A





1. Securing MBeans operations    stackoverflow.com

I've got some MBean operations that I need to secure. I would like the users to be required to log in as the server admin and I would like this to ...

2. JMX htmladapter user security    stackoverflow.com

Is it possible to have user based security permissions for JMX on a JMX generated webpage? If so, how? We're currently using a HtmlAdaptorServer class to provide a web front end. The ...

3. Setting up per-user or per-group security in JMX    stackoverflow.com

We are big fans of JMX in my company. We have instrumented pretty much everything. This is great for developers and a hardcore of support people. But it has been too successful: ...

4. Remote JMX invocation failed with ClassNotFoundException: ... (no security manager: RMI class loader disabled    stackoverflow.com

I try to invoke the method of MBean from web application from Tomcat. Target MBean is running under JBoss 4.2.3. Both Tomcat and JBoss applications use the same version of jar ...

5. JBoss 6 limit JMX to localhost    stackoverflow.com

I can not really find any conclusive documentation on the different avenues for JMX invokation on a JBoss 6.0.0.Final. The jboss.org guide SecureTheJmxConsole only specifies how to set an authentication ...