Re: Realm context in ActionForm

2004-10-27 Thread Arnaud Vandyck
> On Wed, 27 Oct 2004 12:43:15 +1000, Ben <[EMAIL PROTECTED]> wrote: > >> How do I obtain the Realm context or get the current realm in an >> ActionForm? I would like to sign in the users after they have signed >> up using my RegistrationActionForm. Tue, 26 Oct 2004 20:49:16 -0700, Craig McClanah

Re: Realm context in ActionForm

2004-10-26 Thread Craig McClanahan
I presume you're talking about Tomcat and it's Realm implementation for container managed security? You cannot access it directly (although it wouldn't help you much if you could, because it has no APIs for user management) -- it is loaded by a class loader visible only to the servlet container.