Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

LocalOAuthRequestTokenServlet

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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