RE: Role based access?

2004-03-09 Thread Zsolt Koppany
Hi Pedro, I'm interested in your software, can you send it to me? Zsolt -Original Message- From: Pedro Salgado [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 1970 1:09 AM To: Struts Users List Subject: Re: Role based access? If you need this kind of behaviour

Re: Role based access?

2004-02-19 Thread Pedro Salgado
Mailing List Subject: Role based access? Hi Guys, Struts-config.xml action attribute=Form roles=userRole How do i use this 'roles' attribute to implement role-based access. Thanks and Regards Subramaniam Olaganthan Tata Consultancy Services Mailto: [EMAIL

Role based access?

2004-02-18 Thread subramaniam . o
Hi Guys, Struts-config.xml action attribute=Form roles=userRole How do i use this 'roles' attribute to implement role-based access. Thanks and Regards Subramaniam Olaganthan Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.comDISCLAIMER: The information

Re: Role based access?

2004-02-18 Thread Nadeem Bitar
roles=userRole How do i use this 'roles' attribute to implement role-based access. Thanks and Regards Subramaniam Olaganthan Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com

RE: Role based access?

2004-02-18 Thread Barnett, Brian W.
18, 2004 12:30 PM To: Struts Users Mailing List Subject: Re: Role based access? You have to use JAAS. If you are not using JAAS and still want to use the roles attribute in your action mapping you have to override the processRoles method . On Wed, 2004-02-18 at 20:49 +0530, [EMAIL PROTECTED

Re: Role based access?

2004-02-18 Thread subramaniam . o
respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List [EMAIL PROTECTED] cc Subject Re: Role based access? You have to use JAAS. If you are not using JAAS and still want to use the roles attribute in your action mapping you have to override

Re: Role based access?

2004-02-18 Thread Nadeem Bitar
[EMAIL PROTECTED] 02/19/2004 12:59 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To Struts Users Mailing List struts- [EMAIL PROTECTED] apache.org cc Subject Re: Role based access? You have to use

Re: Role based access?

2004-02-18 Thread Paul-J Woodward
: Subject: Re: Role based access? 18/02

Re: Role based access?

2004-02-18 Thread Paul-J Woodward
: Subject: Re: Role based access

RE: Role based access?

2004-02-18 Thread Navjot Singh
override the default behaviour of processRoles and go your own way. HTH Navjot Singh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 8:49 PM To: Struts Users Mailing List Subject: Role based access? Hi Guys, Struts-config.xml

Tiles and role based access to JSP's

2003-10-06 Thread mradhakrishnan
Hi Role based templating of JSP's should be possible with the tiles framework. Is there anything to read up on this ? We would like to hide or show tabs/links etc. based on roles. What is the best practice? Mohan - To

Role based access control

2003-02-04 Thread Mohan Radhakrishnan
Hi, I have a basic doubt. Is this correct? 1. Role base authentication can only be used with login-config Without it the following doesn't work. tomcat-users.xml has an associated entry. security-constraint web-resource-collection

Re: Role based access control

2003-02-04 Thread Craig R. McClanahan
On Wed, 5 Feb 2003, Mohan Radhakrishnan wrote: Date: Wed, 5 Feb 2003 10:55:35 +0530 From: Mohan Radhakrishnan [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Role based access control Hi, I have