How Secure are security policies?

Suppose I have an application instrumented using MBeans, and those Mbeans contain sensitive information. I know that you can write policy files to grant permissions to grant/deny access to MBean attributes and operations, but just writing policy files does not seem to be too secure. How can I make it more secure. I am very new to JAVA security BTW.

[357 byte] By [AUTOMATONa] at [2007-11-26 20:08:00]
# 1

Hi Automaton,

See "Authentication and Authorization in JMX RMI connectors" and other security

related information on Luis-Miguel blog.

http://blogs.sun.com/lmalventosa/entry/jmx_authentication_authorization

Best regards,

-- daniel

JMX, SNMP, Java, etc...

http://blogs.sun.com/jmxetc

dfuchsa at 2007-7-9 23:10:26 > top of Java-index,Core,Monitoring & Management...
# 2
Thanks for that. Also, JMX examples has a one with fine grained security. It will probably also help :)
AUTOMATONa at 2007-7-9 23:10:26 > top of Java-index,Core,Monitoring & Management...