Re: User Delegation with struts

2005-03-10 Thread Jesse Clark
for forwarding to an Action. It can't really control what gets shown on the screen right? -Betty -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: User Delegation with struts You coul

Re: User Delegation with struts

2005-03-10 Thread Matt Raible
om: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: User Delegation with struts 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 cha

RE: User Delegation with struts

2005-03-10 Thread Betty Koon
comes in handy for forwarding to an Action. It can't really control what gets shown on the screen right? -Betty -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: User Delegation with struts

Re: User Delegation with struts

2005-03-10 Thread Matt Raible
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.sourceforg

RE: User Delegation with struts

2005-03-10 Thread Benedict, Paul C
:50 PM To: 'Struts Users Mailing List' Subject: User Delegation with struts > 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.

User Delegation with struts

2005-03-10 Thread Betty Koon
> 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 > informati