RE: [flexcoders] setUsernamePassword and J2EE login (bounce)

2006-02-14 Thread Matt Chotin
Of Jim Schneider Sent: Saturday, February 04, 2006 12:01 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] setUsernamePassword and J2EE login I finally got back to looking at this. I Instrumented my code to look at flashgateway.Gateway.getHttpRequest().getRemotePrincipal

RE: [flexcoders] setUsernamePassword and J2EE login

2006-02-04 Thread Jim Schneider
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager Sent: Saturday, January 21, 2006 10:22 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] setUsernamePassword and J2EE login If you use standard J2EE auth to the container, you can get the remote user provided

RE: [flexcoders] setUsernamePassword and J2EE login

2006-01-21 Thread Matt Chotin
I think you should be able to get it from the flashgateway.Gateway.getHttpRequest().getRemotePrincipal() or getRemoteUser(). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Schneider Sent: Wednesday, January 18, 2006 8:32 AM To:

RE: [flexcoders] setUsernamePassword and J2EE login

2006-01-21 Thread Carson Hager
RGY Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Saturday, January 21, 2006 7:37 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] setUsernamePassword and J2EE login I think you should be able to g

Re: [flexcoders] setUsernamePassword and J2EE login

2006-01-18 Thread Douglas Knudsen
I'm using JRun, setUserNamePassword() uses JAAS and sets up a J2EE session, username being the principal. Make use of the flashgateway.jar and use flashgateway.Gateway.getHttpRequest().getUserPrincipal().getName(); Note clearUserNamePassword() pretty much does nothing...need to do clear the