RE: Changing Role Access to Actions on the Fly

2006-07-03 Thread Paul Benedict
on't suppose the opposite is possible :-( -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 2:54 PM To: Struts Users Mailing List Subject: Re: Changing Role Access to Actions on the Fly Joseph, modifying the user's permissions (not the

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Thomas Joseph
. I can appreciate more inputs. Thomas - Original Message - From: "Stasica, Grzegorz" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, July 03, 2006 6:46 PM Subject: RE: Changing Role Access to Actions on the Fly Hi Please mind that http://a

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Please mind that http://acegisecurity.org/ works on Spring not Struts. > There is possibility to use Struts in Spring but I don't suppose the > opposite is possible :-( I heard that JGuard could also be helpful: http://sourceforge.net/projects/jguar

RE: Changing Role Access to Actions on the Fly

2006-07-03 Thread Stasica, Grzegorz
Users Mailing List Subject: Re: Changing Role Access to Actions on the Fly Joseph, modifying the user's permissions (not the struts action mapping), is definitely the way to go. Your app should be able to run with any framework, and so go with the advice I gave. Also check out http://acegise

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Thomas Joseph
ck this and if this design goes good enough, I would > like to roll out this one to the Open Source. :) > > Thanks for your help and support > > Thomas Joseph > > - Original Message - > From: "Paul Benedict" > > To: "Struts Users Mailing List" &

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Paul Benedict
-- Original Message - From: "Paul Benedict" To: "Struts Users Mailing List" Sent: Monday, July 03, 2006 2:48 PM Subject: Re: Changing Role Access to Actions on the Fly > I can say with mild confidence that the action mapping is "frozen" once loaded, and change

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Thomas Joseph
Thanks Grzegorz, That looks great!!!. Well, I will have to look into that. Thanks again Thomas Joseph From: "Stasica, Grzegorz" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, July 03, 2006 3:14 PM Subject: RE: Changing Role Access to Actions on

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Thomas Joseph
- Original Message - From: "Paul Benedict" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, July 03, 2006 2:48 PM Subject: Re: Changing Role Access to Actions on the Fly > I can say with mild confidence that the action mapping is "froz

RE: Changing Role Access to Actions on the Fly

2006-07-03 Thread Stasica, Grzegorz
he active one. In this way although I'm not dynamically removing roles I switch them accordingly to the situation. Hope it's what you want. -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 11:18 AM To: Struts Users Mailing List Subject:

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Paul Benedict
"Struts Users Mailing List" Sent: Friday, June 30, 2006 5:37 PM Subject: Changing Role Access to Actions on the Fly > > > Hi all great brains, > > I would like my application to use roles to access any actions. However, I want to make access to these actions > change whil

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Thomas Joseph
5:37 PM Subject: Changing Role Access to Actions on the Fly > > > Hi all great brains, > > I would like my application to use roles to access any actions. However, I want to make access to these actions > change while the application is running. User in a role could access

Changing Role Access to Actions on the Fly

2006-06-30 Thread Thomas Joseph
Hi all great brains, I would like my application to use roles to access any actions. However, I want to make access to these actions change while the application is running. User in a role could access a particular action at one time, but not the other time (when change has been made). (I unde