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? > > >

Re: Role based access?

2004-02-19 Thread Pedro Salgado
If you need this kind of behaviour (Container Managed Security) I already implemented a very simple, free and open framework that allows to manage security over your application. I haven't made any documentation besides javadoc but, if you need any help, just send me an email. Pedro Salgado

RE: Role based access?

2004-02-18 Thread Navjot Singh
in this case, Form is decalratively saying that it can be accessed only by "userRole". Now when you use CMA, every user will be bound to to a role. RequestController compare the two roles one from user-in-request and other from ActionMapping/ActionConfig and continue.. However, you can also overr

Re: Role based access?

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

Re: Role based access?

2004-02-18 Thread Paul-J Woodward
cc: Subject:

Re: Role based access?

2004-02-18 Thread Nadeem Bitar
gt; > > Nadeem Bitar <[EMAIL PROTECTED]> > > 02/19/2004 12:59 AM > Please respond to > "Struts Users Mailing List" > <[EMAIL PROTECTED]> > > >To > Struts Users > Mailing List > [EMAIL PROTECTED] >

Re: Role based access?

2004-02-18 Thread subramaniam . o
:59 AM Please 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 mapp

RE: Role based access?

2004-02-18 Thread Barnett, Brian W.
little more about it. http://www.jguru.com/faq/view.jsp?EID=115231 -Original Message- From: Nadeem Bitar [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 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 s

Re: Role based access?

2004-02-18 Thread Nadeem Bitar
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] wrote: > Hi Guys, > > Struts-config.xml > > > How do i use thi

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, >