com.google.appengine.api.users.dev
Class LocalOAuthRequestTokenServlet
- java.lang.Object
-
- HttpServlet
-
- com.google.appengine.api.users.dev.LocalOAuthRequestTokenServlet
-
public class LocalOAuthRequestTokenServlet extends HttpServlet
LocalOAuthRequestTokenServlet
is the servlet responsible for implementing the request token acquisition step of the fake OAuth authentication flow provided by the Development AppServer.
-
-
Constructor Summary
Constructors Constructor and Description LocalOAuthRequestTokenServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
doGet(HttpServletRequest req, HttpServletResponse resp)
void
doPost(HttpServletRequest req, HttpServletResponse resp)
-