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
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 ro

Re: requiring multiple roles for access

2007-03-21 Thread Ryan
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 there in case I missed something. What you are sugg

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 > >

RE: requiring multiple roles for access

2007-03-21 Thread Propes, Barry L [GCG-NAOT]
I know you can assign different roles to an app, and to a user, and make that user need one role to get to one part and an additional role to access a separate part of the app, but the entire app? Not sure about that. I've got people in my users table that have to have multiple roles for several