Package com.google.appengine.api.users.dev

Class Summary
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.
LocalUserService creates URLs that point to LocalLoginServlet and LocalLogoutServlet 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.