I have some code that I use for security stuff that uses GROUPS, ROLES,
USER, PERMISSIONS. It can all be managed dynamically without having to
reboot struts. The only thing you do is add the group access permission to
the action declaration in the struts-config.xml file. Once the group access
is determined the users role and permissions are drawn from the database,
stored in a bean and used to customize the view.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws


-----Original Message-----
From: craigmcc@localhost [mailto:craigmcc@localhost]On Behalf Of Craig
R. McClanahan
Sent: Tuesday, December 11, 2001 10:16 AM
To: Struts Developers List
Subject: Re: role based actions




On Tue, 11 Dec 2001 [EMAIL PROTECTED] wrote:

> Date: Tue, 11 Dec 2001 10:27:52 -0500
> From: [EMAIL PROTECTED]
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: role based actions
>
>
> I am a struts "newbie" so I apologize in advance if this topic has already
> beaten to death...
>
>                  ~~~
>
> I noticed role-based actions on the pending tasks list.

Adding this (and a few of the other recent enhancements) to Struts 1.1 is
definitely on *my* list.  I will have some time to do so between Christmas
and New Years.

Craig McClanahan

>
> Can anyone comment on the status and scope of this effort? (link was a
dead
> end)
>
> The description points to role being driven by security, seems the role
will
> be detected and then dispatches to the proper action? points to assoc'd
form
> through config?
>
> Is this intended to be used for personalization to the extent where a
person
> of one role gets a different view, can user customize their view?
>
> Does this provide a place holder for that kind of functionality v. any
> particular "built in" functionality?
>
> Thanks, sorry if the questions were a little obtuse.
>
> -Rick Vaillancourt
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to