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.
Method Summary |
void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
|
void |
doPost(HttpServletRequest req,
HttpServletResponse resp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalOAuthRequestTokenServlet
public LocalOAuthRequestTokenServlet()
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws java.io.IOException
- Throws:
java.io.IOException
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws java.io.IOException
- Throws:
java.io.IOException