RE: Flexible ACLs using Struts

2004-12-07 Thread David G. Friedman
List; Dahnke, Eric (Company IT) Subject: RE: Flexible ACLs using Struts At 7:48 PM -0500 12/6/04, David G. Friedman wrote: >How about Pow2ACL? >http://pow2acl.sourceforge.net/ David, have you used pow2acl? I like the idea of a good shared ACL library, but I see some potential issues, at

RE: Flexible ACLs using Struts

2004-12-07 Thread Joe Germuska
ssage- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 5:46 PM To: Dahnke, Eric (Company IT); Struts Users Mailing List Subject: Re: Flexible ACLs using Struts Assuming you can define an interface (like "AccessControlManager") and instantiate an implementation of

RE: Flexible ACLs using Struts

2004-12-06 Thread David G. Friedman
How about Pow2ACL? http://pow2acl.sourceforge.net/ Regards, David -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 5:46 PM To: Dahnke, Eric (Company IT); Struts Users Mailing List Subject: Re: Flexible ACLs using Struts Assuming you can

Re: Flexible ACLs using Struts

2004-12-06 Thread Joe Germuska
new application, that needs configurable ACLs. For example, one client may choose to allow users of a certain role perform action X, other clients may not. There are 20 or 30 of these types of flexible actions. Has anyone come up with a pragmatic way to implement flexible ACLs using Struts? Essential

Flexible ACLs using Struts

2004-12-06 Thread Dahnke, Eric (Company IT)
example, one client may choose to allow users of a certain role perform action X, other clients may not. There are 20 or 30 of these types of flexible actions. Has anyone come up with a pragmatic way to implement flexible ACLs using Struts? Essentially, I need one Role to many Actions fun