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
I can say with mild confidence that the action mapping is "frozen" once loaded, and changes to it during runtime cannot be made. Since roles are part of a mapping, it cannot be done. But don't let the framework stop you! Just because its automated configuration features are frozen, doesn't mean

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread Thomas Joseph
I couldnt see any replies, thats why I am adding up these comments. Actually I want the application users to create groups (roles), and then assign access rights to various actions for this group. Later group membership/access rights should be editable. This should be something like how we can do