Re: Role Based Action Mapping

2006-10-09 Thread Ilja S.
Hi You can logout user by simply calling some action with session.invalidate() in it. You are right - If you use Tomcat's authentication you are not able (and not need) to have an Action for it. However you can do some post login procedures (like putting your user object in session ) by havin

RE: Role Based Action Mapping

2006-10-09 Thread Chetan Pandey
HARIE [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 1:43 PM To: Struts Users Mailing List Subject: RE: Role Based Action Mapping I would suggest you take a look at Acegi. It will take a bit of learning but it is definitely worth it. You can go to http://www.acegisecurity.org to

RE: Role Based Action Mapping

2006-10-08 Thread RAJESH THIHARIE
Mailing List Subject: Re: Role Based Action Mapping On 10/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 10/7/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: > > Hi, I found out that its possible to for me to restrict access to a > > particular action mapping to only a

Re: Role Based Action Mapping

2006-10-08 Thread Puneet Lakhina
On 10/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 10/7/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: > Hi, I found out that its possible to for me to restrict access to a > particular action mapping to only a certain set of roles. > The next thing that I found out about these roles is that t

Re: Role Based Action Mapping

2006-10-07 Thread Wendy Smoak
On 10/7/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: Hi, I found out that its possible to for me to restrict access to a particular action mapping to only a certain set of roles. The next thing that I found out about these roles is that this is something I can configure in my web.xml. But what I

Role Based Action Mapping

2006-10-07 Thread Puneet Lakhina
Hi, I found out that its possible to for me to restrict access to a particular action mapping to only a certain set of roles. The next thing that I found out about these roles is that this is something I can configure in my web.xml. But what I am not able to understand is how do i set a user's rol