I have already got a basic JAAS tutorial. I was actually looking to a vendor-independent way to implement the mapping between the Principals defined in the deployment descriptor and the Principals bound with a client requesting one or more methods on the EJBs interfaces.
I discovered that this kind of mapping is vendor-dependent, therefore we're going to build our own vendor-independent solution. I think Sun should have provided a standard way to do this, rather then giving only the specifications on how to implement it. Where is the 'portability' of EJBs then? Thanks, Marco ----- Original Message ----- From: "Holger Baxmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 1:36 PM Subject: Re: [JBoss-user] ClientLoginModule > On Mon, 25 Aug 2003 16:07:27 +0100, Marco Tedone <[EMAIL PROTECTED]> wrote: > > > Hi, could someone please forward me where I could find any documentation > > on > > how to use the ClientLoginModule in jboss? From the login-config.xml > > file, I > > can read that this can be used by Servlet which try to access an EJB > > (exactly what I'm going to do). > > > > A good starting point will the google search "JAAS Tutorial" provide ... > > for example: > http://java.sun.com/j2se/1.4.1/docs/guide/security/jaas/tutorials/ > > bax > > > Thanks, > > > > Marco > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: VM Ware > > With VMware you can run multiple operating systems on a single machine. > > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > > at the same time. Free trial click > > here:http://www.vmware.com/wl/offer/358/0 > > _______________________________________________ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > -- > Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines > at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
