Re: [flexcoders] role based security vs session based security with a servlet container

2006-11-30 Thread hank williams
, 2006 8:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] role based security vs session based security with a servlet container By the way, after feeling quite insecure that I should really understand all of this, but not, I did a little googling and discovered that either

RE: [flexcoders] role based security vs session based security with a servlet container

2006-11-30 Thread Dimitrios Gianninas
I'm not sure if anyone has responded to your email yet, but I'm just catching up to the list. 1) Build your own UI and for every RemoteObject, execute the setCredentials() method, it will either pass or fail. If you are using Cairngorm, look into v2.1 it can automated this a bit for you. 2)

RE: [flexcoders] role based security vs session based security with a servlet container

2006-11-29 Thread Seth Hodgson
Hi Hank, How do you do your logins now against your account database? You're not using general J2EE auth? Role based security in FDS just wraps the existing J2EE auth machinery provided by your app server. You can code your login UI in your Flex app and before any calls or data exchange are

Re: [flexcoders] role based security vs session based security with a servlet container

2006-11-29 Thread hank williams
Hi Seth, Thanks for the response but I am a bit of a dummy in this area so I need a bit more direction. On 11/29/06, Seth Hodgson [EMAIL PROTECTED] wrote: Hi Hank, How do you do your logins now against your account database? You're not using general J2EE auth? I am not live yet, but as a

Re: [flexcoders] role based security vs session based security with a servlet container

2006-11-29 Thread hank williams
By the way, after feeling quite insecure that I should really understand all of this, but not, I did a little googling and discovered that either this is so simple that it requires no documentation or discussion, or no one is doing security properly with FDS or no one is using FDS with

RE: [flexcoders] role based security vs session based security with a servlet container

2006-11-29 Thread Seth Hodgson
] On Behalf Of hank williams Sent: Wednesday, November 29, 2006 8:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] role based security vs session based security with a servlet container By the way, after feeling quite insecure that I should really understand all of this, but not, I did