My group has implemented a number of Service MBeans and I need to apply a granular authorization policy to them.
The MBeanServer API documentation seems to support this well ... anonymous wrote : | For the invoke method, the caller's permissions must imply MBeanPermission(className, operationName, name, "invoke"). | | For the getAttribute method, the caller's permissions must imply MBeanPermission(className, attribute, name, "getAttribute"). | | ... | | However, after reading the HOWTO I am still unclear about how I would go about specifying which users/roles have which MBean permissions. Is this already supported by JBoss ? If not, is there a known model for extending JBoss to support this ? Any advice on the best way to approach this would be appreciated! Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853786#3853786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853786 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
