Thanks Steven. I also of course recommend reading that excellent overview.
:) Also, here's my response from an internal question about JAAS:

JAAS is at a deeper level in the J2EE appserver than what Flex works with.
We have no specific hooks into JAAS and this is a very appserver and
setup-specific piece. We can usually integrate with JAAS with a little
legwork, but it depends on how JAAS works on their appserver. 

If they can integrate JAAS with the resource-constraints in web.xml, then we
will automatically integrate with JAAS on their appserver. See the security
examples for how we hook into resource-constraints. 

If they only are using RemoteObject for the authentication piece, then can
write their own LoginCommand that works with their JAAS setup. See the
{flex}/examples/security/LoginCommand for an example of this. 

-Brian

-----Original Message-----
From: Steven Webster [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 31, 2005 5:28 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Jaas with Flex


Do a search for the article on devnet written by Brian Deitte. It's an
*excellent* overview, and will point you to all the right places in the docs
that cover this as well.

Best,

Steven 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 31 January 2005 09:59
> To: Flex Coders
> Subject: [flexcoders] Jaas with Flex
> 
> 
> Hi,
> have you some tutorial and/or link how to integrate java jaas with 
> Flex ????
> any suggestion is appreciate.
> Thank you
> Devis
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> ---
> 
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.776 / Virus Database: 523 - Release Date: 12/10/2004
> 
> 




Yahoo! Groups Links








Reply via email to