RE: [flexcoders] Remote calls and Security

2006-03-12 Thread Matt Chotin
@yahoogroups.com Subject: RE: [flexcoders] Remote calls and Security Got any material on this stuff? (web.xml? I thought it was crossdomain.xml) Ill have to try the RemoteObject over SSL, havent tangoed with that yet. _ Jonathan Miranda Flexible

RE: [flexcoders] Remote calls and Security

2006-03-10 Thread Jonathan Miranda
. If verification is required please request a hard-copy version. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Thursday, March 09, 2006 11:32 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Remote calls and Security RemoteObject can

RE: [flexcoders] Remote calls and Security

2006-03-09 Thread Matt Chotin
RemoteObject can be secured a few ways. You can protect the channel itself which allows access to that object (basically equivalent to locking down the gateway in web.xml). You can also restrict by role the users who are allowed to access the service, that is integrated into your J2EE