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 s

Re: CMA and LoginAction

2003-06-06 Thread Max Cooper
7;t hard it is configuring > the custom User Manager that is so poorly documented. I wish I could help, but I am not familiar with JRun/Objectivity CMA configuration. -Max > > TIA > > > > -Original Message- > From: Max Cooper [mailto:[EMAIL PROTECTED] > Sent: Fr

RE: CMA and LoginAction

2003-06-06 Thread Bailey, Shane C.
TED] 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 on the way to viewing a protected resource. After your authentication succeeds, you will end up at the protected resourc

RE: CMA and LoginAction

2003-06-06 Thread Brandon Goodin
EMAIL 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 prot

Re: CMA and LoginAction

2003-06-06 Thread Max Cooper
day ;-) - Original Message - From: "Bailey, Shane C." <[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 questi

Re: CMA and LoginAction

2003-06-06 Thread Max Cooper
TECTED]> Sent: Friday, June 06, 2003 7:15 AM 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 > > > > My Action class sets up

RE: CMA and LoginAction

2003-06-06 Thread Bailey, Shane C.
m: Mohan Radhakrishnan [mailto:[EMAIL 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 My Action

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 My Action class sets up user profiles based on the login ID etc. Is this possible ? Mohan -