com.google.gwt.requestfactory.server
Class UserInformationSimpleImpl
java.lang.Object
com.google.gwt.requestfactory.server.UserInformation
com.google.gwt.requestfactory.server.UserInformationSimpleImpl
public class UserInformationSimpleImpl
- extends UserInformation
This implementation treats the user as constantly signed in, and
without any information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserInformationSimpleImpl
public UserInformationSimpleImpl(java.lang.String redirectUrl)
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