Package com.google.appengine.api.users.dev
-
Class Summary Class Description LocalLoginServlet LocalLoginServlet
is the servlet responsible for implementing the fake authentication provided by the Development AppServer.LocalLogoutServlet LocalLogoutServlet
is the servlet responsible for logging the current user out of the fake authentication provided by the Development AppServer.LocalOAuthAccessTokenServlet LocalOAuthAccessTokenServlet
is the servlet responsible for implementing the access token acquisition step of the fake OAuth authentication flow provided by the Development AppServer.LocalOAuthAuthorizeTokenServlet LocalOAuthAuthorizeTokenServlet
is the servlet responsible for implementing the token authorization step of the fake OAuth authentication flow provided by the Development AppServer.LocalOAuthRequestTokenServlet LocalOAuthRequestTokenServlet
is the servlet responsible for implementing the request token acquisition step of the fake OAuth authentication flow provided by the Development AppServer.LocalUserService creates URLs that point toLocalLoginServlet
andLocalLogoutServlet
when used within the Development AppServer environment.LoginCookieUtils LoginCookieUtils
encapsulates the creation, deletion, and parsing of the fake authentication cookie used by the Development Appserver to simulate login.LoginCookieUtils.CookieData CookieData
encapsulates all of the data contained in the fake authentication cookie.