com.google.appengine.api.users.dev
Class LocalLogoutServlet
- java.lang.Object
-
- HttpServlet
-
- com.google.appengine.api.users.dev.LocalLogoutServlet
-
public final class LocalLogoutServlet extends HttpServlet
LocalLogoutServlet
is the servlet responsible for logging the current user out of the fake authentication provided by the Development AppServer. It does this by removing a cookie used to store the authentication data.After the user has been logged out, they are redirected to the URL specified in the
"continue"
request parameter.
-
-
Constructor Summary
Constructors Constructor and Description LocalLogoutServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
doGet(HttpServletRequest req, HttpServletResponse resp)
-