Re: [JBoss-user] Secured bean call from MBean

2003-07-07 Thread Adrian Brock
Hi Sebastian, The normal solution is to get the MBean to do a JAAS login using the client-login module. In 3.2 it should be possible to write it as an XMBean with an interceptor that does run-as processing. Such an interceptor doesn't currently exist AFAIK. Regards, Adrian On Mon, 2003-07-07 at

[JBoss-user] Secured bean call from MBean

2003-07-07 Thread Sebastian Hauer
Hi, I want to make a bean call to a secured bean from an Mbean. The Mbean has no security information associated with its calling thread and can therefore not do this. I was wondering what one should do in such a scenario. I don't want to remove the security context from the bean and was wonderi