Hi,
I have setup a smart gwt application deployed on tomcat6. I have configured the application to authenticate using a form based authentication.
I have this working and protected the main app page [modulename].html. Users gets challenge with their credentials upon going to this page.
Now, my issue is how to get the login username. I know in jsp, we use <%= request.getRemoteUser() %> . Is there something simple like this on smart GWT?
If not, how do i go about getting the username of logged in user? This seems very simple request but just dont know where to start on smart GWT.
Thanks,
Ryan
I have setup a smart gwt application deployed on tomcat6. I have configured the application to authenticate using a form based authentication.
I have this working and protected the main app page [modulename].html. Users gets challenge with their credentials upon going to this page.
Now, my issue is how to get the login username. I know in jsp, we use <%= request.getRemoteUser() %> . Is there something simple like this on smart GWT?
If not, how do i go about getting the username of logged in user? This seems very simple request but just dont know where to start on smart GWT.
Thanks,
Ryan
Comment