com.google.appengine.api.users.dev
Class LocalOAuthRequestTokenServlet

java.lang.Object
  extended by HttpServlet
      extended by 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
LocalOAuthRequestTokenServlet()
           
 
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
 

Constructor Detail

LocalOAuthRequestTokenServlet

public LocalOAuthRequestTokenServlet()
Method Detail

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