Re: Getting HttpRequest inside Realm/Tomcat 4

2001-10-26 Thread Antony Bowesman
Craig, > One of the outgrowths of that realization is another JSR that you > might want to keep track of (via : > > JSR #115 -- Java(tm) Authorization Service Provider > Contract for Containers > > Once this is fleshed out, Tomcat can be modified to support t

Re: Getting HttpRequest inside Realm/Tomcat 4

2001-10-25 Thread Craig R. McClanahan
On Thu, 25 Oct 2001, Antony Bowesman wrote: > Date: Thu, 25 Oct 2001 14:12:36 +0300 > From: Antony Bowesman <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Getting HttpRequest inside Realm/Tomcat 4 > > Hi Craig, > &g

Re: Getting HttpRequest inside Realm/Tomcat 4

2001-10-25 Thread Antony Bowesman
Hi Craig, Thanks for your comments again. > You're right ... there is nothing there to do this. The original > design was based on the idea that Realm simply encapsulates a > service that authenticates a user, given a username and some > credentials. In addition, it needs to work even when HTT

Re: Getting HttpRequest inside Realm/Tomcat 4

2001-10-24 Thread Craig R. McClanahan
On Wed, 24 Oct 2001, Antony Bowesman wrote: > Date: Wed, 24 Oct 2001 14:50:04 +0300 > From: Antony Bowesman <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: TomcatDev <[EMAIL PROTECTED]> > Subject: Getting HttpRequest inside Realm/Tomcat 4 > > Hi, >

Getting HttpRequest inside Realm/Tomcat 4

2001-10-24 Thread Antony Bowesman
Hi, I have a realm implementation that needs to access the HttpSession when a new successful authentication request is made. (I need to hand off the session to a third party) How can I do this from within the realm.authenticate() method? I've looked through the Container interface and can't fi