Re: [JBoss-user] Propagating JAAS subject

2001-04-07 Thread Scott M Stark
> Is there a J2EE specified way of propagating a logged in Subject from > thread to thread in a client? ... > > I would like to do the same thing in JBoss, but in a portable way. > I.e., it would be best if this would work in WebLogic and other app > servers too. > There is no standard mechan

[JBoss-user] Propagating JAAS subject

2001-04-07 Thread Tim Taylor
Is there a J2EE specified way of propagating a logged in Subject from thread to thread in a client? The most important use I have for this is that I want to start some MBean managed services in the same VM as JBoss. These services are JBoss clients in that they use JBoss resources like EJBs,