RE: Why not get my custom Principal using request.getUserprincipal()?

2004-01-28 Thread Robert Nicholls
: RE: Why not get my custom Principal using request.getUserprincipal()? Howdy, do you mean the JBoss realm? No, I mean Tomcat's realm., aka the org.apache.catalina.Realm class. There's a realm how-to page in the tomcat documentation and you will also want to look at one of the provided realms

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,

Custom-Principal

2004-01-07 Thread anis
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 I call

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
). This realm will create your custom principal object. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 8:39 AM To: Tomcat Users List Subject: Custom-Principal Importance: High Hi, I am using JBoss

Why not get my custom Principal using request.getUserprincipal()?

2003-12-17 Thread Anis Ben Hamidene
Hi, I am using JBoss 3.2.1 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 I call

RE: Why not get my custom Principal using request.getUserprincipal()?

2003-12-17 Thread Shapira, Yoav
Howdy, Read the Realm documentation to see how to customize your Realm such that it returns your custom Principal. Yoav Shapira Millennium ChemInformatics -Original Message- From: Anis Ben Hamidene [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 7:37 AM To: [EMAIL

RE: Why not get my custom Principal using request.getUserprincipal()?

2003-12-17 Thread Anis Ben Hamidene
Hi, do you mean the JBoss realm? Tomcat Users List [EMAIL PROTECTED] schrieb am 17.12.03 15:05:24: Howdy, Read the Realm documentation to see how to customize your Realm such that it returns your custom Principal. Yoav Shapira Millennium ChemInformatics -Original Message

RE: Why not get my custom Principal using request.getUserprincipal()?

2003-12-17 Thread Shapira, Yoav
PROTECTED] schrieb am 17.12.03 15:05:24: Howdy, Read the Realm documentation to see how to customize your Realm such that it returns your custom Principal. Yoav Shapira Millennium ChemInformatics -Original Message- From: Anis Ben Hamidene [mailto:[EMAIL PROTECTED] Sent

request.getUserprincipal() and my custom Principal

2003-12-10 Thread Hamidene, Anis Ben
Hi, I am using JBoss 3.2.1 with 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 I call