GWT 2.1.0

com.google.gwt.requestfactory.server
Class UserInformationSimpleImpl

java.lang.Object
  extended by com.google.gwt.requestfactory.server.UserInformation
      extended by com.google.gwt.requestfactory.server.UserInformationSimpleImpl

public class UserInformationSimpleImpl
extends UserInformation

This implementation treats the user as constantly signed in, and without any information.


Field Summary
 
Fields inherited from class com.google.gwt.requestfactory.server.UserInformation
redirectUrl
 
Constructor Summary
UserInformationSimpleImpl(java.lang.String redirectUrl)
           
 
Method Summary
 java.lang.String getEmail()
           
 java.lang.Long getId()
           
 java.lang.String getLoginUrl()
           
 java.lang.String getLogoutUrl()
           
 java.lang.String getName()
           
 boolean isUserLoggedIn()
           
 void setId(java.lang.Long id)
           
 
Methods inherited from class com.google.gwt.requestfactory.server.UserInformation
getCurrentUserInformation, getVersion, setUserInformationImplClass, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInformationSimpleImpl

public UserInformationSimpleImpl(java.lang.String redirectUrl)
Method Detail

getEmail

public java.lang.String getEmail()
Specified by:
getEmail in class UserInformation

getId

public java.lang.Long getId()
Specified by:
getId in class UserInformation

getLoginUrl

public java.lang.String getLoginUrl()
Specified by:
getLoginUrl in class UserInformation

getLogoutUrl

public java.lang.String getLogoutUrl()
Specified by:
getLogoutUrl in class UserInformation

getName

public java.lang.String getName()
Specified by:
getName in class UserInformation

isUserLoggedIn

public boolean isUserLoggedIn()
Specified by:
isUserLoggedIn in class UserInformation

setId

public void setId(java.lang.Long id)
Specified by:
setId in class UserInformation

GWT 2.1.0