Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

LoginCookieUtils.CookieData

com.google.appengine.api.users.dev

Class LoginCookieUtils.CookieData

  • java.lang.Object
    • com.google.appengine.api.users.dev.LoginCookieUtils.CookieData
  • Enclosing class:
    LoginCookieUtils


    public static final class LoginCookieUtils.CookieData
    extends java.lang.Object
    CookieData encapsulates all of the data contained in the fake authentication cookie.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getEmail() 
      java.lang.String getUserId() 
      boolean isAdmin() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
      • isAdmin

        public boolean isAdmin()
      • getUserId

        public java.lang.String getUserId()