Re: Custom-Principal

2004-01-08 Thread anis
List [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 2:58 PM Subject: RE: Custom-Principal Howdy, Hmm, I could swear I've read and answered this exact message, maybe a few weeks ago. Or maybe I'm dreaming. Anyways, you need a custom Realm implementation, probably a simple extension of one

RE: Custom-Principal

2004-01-08 Thread Shapira, Yoav
Howdy, thanx. You did answer the question. But I didn´t know how to realize what you suggested for the embedded version of Tomcat into JBoss. I didn´t even find the server.xml. Any idea about it? So you asked the exact same question? ;) JBoss uses its own configuration for embedded tomcat,

Re: Custom-Principal

2004-01-07 Thread Jeanfrancois Arcand
anis wrote: Hi, I am using JBoss 3.2.3 with embedded Tomcat 4. I am developping a secure web-application based on JAAS. The problem is that I want to use my own custom Principal. I made the necessary changes in JBoss and EJBContext.getUserprincopal delivers the right Implementation. But when

RE: Custom-Principal

2004-01-07 Thread Shapira, Yoav
Howdy, Hmm, I could swear I've read and answered this exact message, maybe a few weeks ago. Or maybe I'm dreaming. Anyways, you need a custom Realm implementation, probably a simple extension of one of the existing Realms (see the Realm how-to and server.xml for discussion and examples).