RE : RE : RE : RE : how to access Subject after authentification

2004-07-21 Thread LERBSCHER Jean-Pierre
ommon/-" { permission java.security.AllPermission; }; Any ideas ? Thanks in advance! -Message d'origine- De : Jeanfrancois Arcand [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 19:52 À : Tomcat Users List Objet : Re: RE : RE : RE : how to access Subject after a

Re: RE : RE : RE : how to access Subject after authentification

2004-07-20 Thread Jeanfrancois Arcand
rcand [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 18:42 À : Tomcat Users List Objet : Re: RE : RE : how to access Subject after authentification Are you both running with the security manager on? I think that's the problem... -- Jeanfrancois LERBSCHER Jean-Pierre wrote: Matt I

RE : RE : RE : how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
L PROTECTED] >Envoyé : mardi 20 juillet 2004 17:42 >À : 'Tomcat Users List' >Objet : RE: RE : how to access Subject after authentification > >I have tried both of these and they both return null! > > > >>-Original Message- >>From: Jeanfrancois

Re: RE : RE : how to access Subject after authentification

2004-07-20 Thread Jeanfrancois Arcand
ist' Objet : RE: RE : how to access Subject after authentification I have tried both of these and they both return null! -Original Message- From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED] Sent: 20 July 2004 16:30 To: Tomcat Users List Subject: Re: RE : how to access Subject after

RE : RE : how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
(java.security.AccessController.getContext()); -Message d'origine- De : Matt Harrison [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 17:42 À : 'Tomcat Users List' Objet : RE: RE : how to access Subject after authentification I have tried both of these and they both return null!

RE: RE : how to access Subject after authentification

2004-07-20 Thread Matt Harrison
I have tried both of these and they both return null! > -Original Message- > From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED] > Sent: 20 July 2004 16:30 > To: Tomcat Users List > Subject: Re: RE : how to access Subject after authentification &

Re: RE : how to access Subject after authentification

2004-07-20 Thread Jeanfrancois Arcand
I can reach it. -Message d'origine- De : Matt Harrison [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 15:59 À : 'Tomcat Users List' Objet : RE: how to access Subject after authentification Hi I had a similar question a while back and never really got it fully resol

RE: RE : how to access Subject after authentification

2004-07-20 Thread Matt Harrison
ginal Message- > From: LERBSCHER Jean-Pierre > [mailto:[EMAIL PROTECTED] > Sent: 20 July 2004 15:40 > To: 'Tomcat Users List' > Subject: RE : how to access Subject after authentification > > > Thanks Matt ! > My problem is that have to call EJB deploye

RE : how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
-- De : Matt Harrison [mailto:[EMAIL PROTECTED] Envoyé : mardi 20 juillet 2004 15:59 À : 'Tomcat Users List' Objet : RE: how to access Subject after authentification Hi I had a similar question a while back and never really got it fully resolved, but I found that Tomcat doesn't s

RE: how to access Subject after authentification

2004-07-20 Thread Matt Harrison
t; Sent: 20 July 2004 14:42 > To: '[EMAIL PROTECTED]' > Subject: how to access Subject after authentification > > > Hi, > > I am using JAAS authentification module to authenticate user > within tomcat > 5.0.27. > > After the authentification, I want to

how to access Subject after authentification

2004-07-20 Thread LERBSCHER Jean-Pierre
Hi, I am using JAAS authentification module to authenticate user within tomcat 5.0.27. After the authentification, I want to control access to resources (like ejb deployed in weblogic application server). To control access, I have to use weblogic api with the Subject instance delivred by authent