Re: [JBoss-user] MBeans and Security

2003-02-28 Thread Scott M Stark
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 10:28 PM Subject: [JBoss-user] MBeans and Security I have an MBean that I use for initialisation of some things in my app and it needs to call methods on a session bean. Now I can do that quite easily but I am

[JBoss-user] MBeans and Security

2003-02-24 Thread Brian Wallis
I have an MBean that I use for initialisation of some things in my app and it needs to call methods on a session bean. Now I can do that quite easily but I am not sure how I set up an appropriate security context. Do I just do a JAAS login based on attributes passed into the MBean (from the des