tags:

views:

166

answers:

0

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 problem comes where this JMX site is becoming very big and we want to allow some mbeans on a server for everyone and restrict more risky mbeans to certain users.

The java policy authentication in the ConnectorServer classes is what I'd like to aim for, but I don't know how to link these with the htmladaptor.

Thanks,