Re: requiring multiple roles for access

2007-03-22 Thread Ryan
Subject: Re: requiring multiple roles for access Barry, I'm looking for a way to disable the user by taking them out of one role, but leaving them in the roles they were in before they were disabled (for informational purposes). I didn't think it would be possible, but I wanted to throw it out

Re: requiring multiple roles for access

2007-03-22 Thread Ryan
Subject: Re: requiring multiple roles for access Barry, Regarding your method below, do you catch this method in JSP or somewhere else? Thanks, Ryan On 3/21/07, Propes, Barry L [GCG-NAOT] [EMAIL PROTECTED] wrote: I don't know about disabling users, as I haven't tried something like

RE: requiring multiple roles for access

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
. -Original Message- From: Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 2:39 PM To: Tomcat Users List Subject: Re: requiring multiple roles for access Barry, This is a good implementation, and yes, it does make sense. I did go with a different implementation, though, essentially I

Re: requiring multiple roles for access

2007-03-22 Thread Ryan
- From: Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 2:39 PM To: Tomcat Users List Subject: Re: requiring multiple roles for access Barry, This is a good implementation, and yes, it does make sense. I did go with a different implementation, though, essentially I created a new

RE: requiring multiple roles for access

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
you betif you want me to send you any sample code or my table structure, FWIW, I'll be glad to. -Original Message- From: Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 5:33 PM To: Tomcat Users List Subject: Re: requiring multiple roles for access Yeh, this project

requiring multiple roles for access

2007-03-21 Thread Ryan
Hi All, I would like to require a user to belong to two roles to access a certain application (i.e. user must belong to role1 AND role2 to access). I've tried the following in my web.xml auth-constraint role-namerole1/role-name role-namerole2/role-name

RE: requiring multiple roles for access

2007-03-21 Thread Caldarale, Charles R
From: Ryan [mailto:[EMAIL PROTECTED] Subject: requiring multiple roles for access I would like to require a user to belong to two roles to access a certain application (i.e. user must belong to role1 AND role2 to access). I've tried the following in my web.xml auth-constraint

Re: requiring multiple roles for access

2007-03-21 Thread Ryan
: Ryan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 8:39 AM To: users@tomcat.apache.org Subject: requiring multiple roles for access Hi All, I would like to require a user to belong to two roles to access a certain application (i.e. user must belong to role1 AND role2 to access). I've

Re: requiring multiple roles for access

2007-03-21 Thread Ryan
Chuck, I think you and Barry are correct, I will probably to define another role for this purpose and segregate different parts of the application. Thanks, Ryan On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Ryan [mailto:[EMAIL PROTECTED] Subject: requiring multiple roles

RE: requiring multiple roles for access

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
, 2007 2:28 PM To: Tomcat Users List Subject: Re: requiring multiple roles for access Chuck, I think you and Barry are correct, I will probably to define another role for this purpose and segregate different parts of the application. Thanks, Ryan On 3/21/07, Caldarale, Charles R [EMAIL PROTECTED