What is the best way to secure an MBean by
each operation. I want to restrict some users to
read only ops and allow some to do write/mod ops.
I read through the spec and did some research
and most of the security is at the agent. 
I would like to have security at the MBean.

My idea was to use a DynamicMBean
and in the invoke method call out to a security
system with the operation name and the user etc.

Any other ideas.

Thanks, jcl.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to