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
Assuming you can define an interface (like "AccessControlManager") and instantiate an implementation of the instance at servlet init time (using ServletContextListener or PlugIn), it should be pretty straightforward. In the RequestProcessor you'd use the reference to the servlet to retrieve yo