GWT 2.1.0

Uses of Class
com.google.gwt.requestfactory.server.UserInformation

Packages that use UserInformation
com.google.gwt.requestfactory.server Server side classes for mediating between the client side and the persistent datastore. 
 

Uses of UserInformation in com.google.gwt.requestfactory.server
 

Subclasses of UserInformation in com.google.gwt.requestfactory.server
 class UserInformationSimpleImpl
          This implementation treats the user as constantly signed in, and without any information.
 

Methods in com.google.gwt.requestfactory.server that return UserInformation
static UserInformation UserInformation.getCurrentUserInformation(java.lang.String redirectUrl)
           
 


GWT 2.1.0