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 pr

Re: requiring multiple roles for access

2007-03-22 Thread Ryan
role table. -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,

RE: requiring multiple roles for access

2007-03-22 Thread Propes, Barry L [GCG-NAOT]
the users_role table. -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, t

Re: requiring multiple roles for access

2007-03-22 Thread Ryan
rom: Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 9:35 AM To: Tomcat Users List 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

Re: requiring multiple roles for access

2007-03-22 Thread Ryan
TED] Sent: Wednesday, March 21, 2007 2:22 PM To: Tomcat Users List 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).

RE: requiring multiple roles for access

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
, March 21, 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 <[EM

Re: requiring multiple roles for access

2007-03-21 Thread Ryan
ing 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 > >role1 >role2 >

Re: requiring multiple roles for access

2007-03-21 Thread Ryan
-Original Message- From: 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 belo

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

RE: requiring multiple roles for access

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
che.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 tried the following in my web.xml role1 role2

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 role1 role2 Unfortunately, this doesn't seem to work (it seems to allow r