java - Equivalent of request.getRemoteUser() in GWT? -


how ca access request variables (the remote username) in gwt rpc implementation?

it working with

this.getthreadlocalrequest().getremoteuser() 

in rpc class extends remoteserviceservlet.


Comments