Re: Using JAAS for authentication (Was: bugs in <@page extends="...)

2001-06-03 Thread Daniel Lopez
Hi Joni, Thank you very much for you info. It actually sounds as I thought it would when I looked at it, some time ago. Unfortunately, I had already implemented our own framework and I decided not to go for JAAS until these points that you mention are solved. Things that, IMHO, are lacking in ord

Re: Using JAAS for authentication (Was: bugs in <@page extends="...)

2001-06-01 Thread Joni Suominen
Hi Daniel, See some answers below. Daniel López wrote: > > Hi Joni, > > That sounds pretty interesting, however, I still have some doubts. > Let's see: > .- Where do you get the user from (the one you use with > user.getSubject()). Can these users be specified dynamically through a > standard

Using JAAS for authentication (Was: bugs in <@page extends="...)

2001-06-01 Thread Daniel López
Hi Joni, That sounds pretty interesting, however, I still have some doubts. Let's see: .- Where do you get the user from (the one you use with user.getSubject()). Can these users be specified dynamically through a standard interface? Or do they have to be specified in a container specific way? .-