You could look at using the Acegi Security Framework. I've used it to replace J2EE container authentication in AppFuse - and didn't have to change any code. Works with request.isUserInRole and all that + it allows you more fine grained control on the internals.

http://acegisecurity.sourceforge.net

Unfortunately, it's got a bit of a learning curve - but most good open-source software does. ;-)

Matt

On Mar 10, 2005, at 10:49 AM, Betty Koon wrote:

Hi all,

Anyone has any good strategy or pointers for doing
user/role delegation with struts.  We are not using
J2EE container authentication.  We will have our own
role model.  I will like more fine grain control on
turning on and off visual elements with different
role
information.  Thanks.

-Betty




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



Reply via email to