Re: How to implements Role Based Access Control in Struts ?

2004-06-25 Thread Navjot Singh
ow to implements Role Based Access Control in Struts ? From a database? Pow2ACL. http://pow2acl.sourceforge.net -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:41 PM To: Struts Users Mailing List Subject: Re: How to implements Role Based Access Contr

RE: How to implements Role Based Access Control in Struts ?

2004-06-25 Thread Lesaint Sébastien
would really appreciate opinions about this product. Thanks -Message d'origine- De : David Friedman [mailto:[EMAIL PROTECTED] Envoyé : vendredi 25 juin 2004 03:51 À : Struts Users Mailing List Objet : RE: How to implements Role Based Access Control in Struts ? >From a database?

RE: How to implements Role Based Access Control in Struts ?

2004-06-24 Thread David Friedman
>From a database? Pow2ACL. http://pow2acl.sourceforge.net -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:41 PM To: Struts Users Mailing List Subject: Re: How to implements Role Based Access Control in Struts ? Thank you, bill. I have s

Re: How to implements Role Based Access Control in Struts ?

2004-06-24 Thread javen fang
Thank you, bill. I have seen the SecurityFilter project. It seems that it is replacer to Container Management Security, and it is based securityfilter-config.xml file. But I need to obtain roles information from database, my customer can insert a role, and determine which permission the role has.

Re: How to implements Role Based Access Control in Struts ?

2004-06-24 Thread Bill Siggelkow
If container-managed security is to limiting for you but you still want to use the tag then you might want to look into SecurityFilter (http://securityfilter.sourceforge.net). There are a lot of pros and cons when choosing a security mechanism. SecurityFilter allows many conveniences offered b