RE: CMA and LoginAction

2003-06-09 Thread Bailey, Shane C.
Thanks for the info! -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:16 PM To: Struts Users Mailing List Subject: Re: CMA and LoginAction Let me get this straight on how it works. If I wanted to give out a URL to access my site and I

CMA and LoginAction

2003-06-06 Thread Mohan Radhakrishnan
Hi I would like to use role based authentication. That is CMA. Now I also want to call my Action class. The idea is to use logic:present role=name/ My Action class sets up user profiles based on the login ID etc. Is this possible ? Mohan

RE: CMA and LoginAction

2003-06-06 Thread Bailey, Shane C.
PROTECTED] Sent: Friday, June 06, 2003 10:15 AM To: 'Struts Users Mailing List' Subject: CMA and LoginAction Hi I would like to use role based authentication. That is CMA. Now I also want to call my Action class. The idea is to use logic:present role=name/ My Action class sets up user

Re: CMA and LoginAction

2003-06-06 Thread Max Cooper
be the base of a customized system if your app has needs that it or CMA does not address: http://securityfilter.sourceforge.net/ -Max - Original Message - From: Mohan Radhakrishnan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, June 06, 2003 7:15 AM Subject: CMA

Re: CMA and LoginAction

2003-06-06 Thread Max Cooper
. [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, June 06, 2003 7:28 AM Subject: RE: CMA and LoginAction This makes me think of another question. I have put implementing my CMA on hold but I will need to know this soon: If you specify where to go prior to the CMA

RE: CMA and LoginAction

2003-06-06 Thread Brandon Goodin
PROTECTED] Sent: Friday, June 06, 2003 4:44 PM To: Struts Users Mailing List Subject: Re: CMA and LoginAction CMA does just-in-time authentication. You will only be authenticated on the way to viewing a protected resource. After your authentication succeeds, you will end up at the protected

RE: CMA and LoginAction

2003-06-06 Thread Bailey, Shane C.
: Friday, June 06, 2003 6:44 PM To: Struts Users Mailing List Subject: Re: CMA and LoginAction CMA does just-in-time authentication. You will only be authenticated on the way to viewing a protected resource. After your authentication succeeds, you will end up at the protected resource that you

Re: CMA and LoginAction

2003-06-06 Thread Max Cooper
with JRun/Objectivity CMA configuration. -Max TIA -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 6:44 PM To: Struts Users Mailing List Subject: Re: CMA and LoginAction CMA does just-in-time authentication. You will only be authenticated