com.google.appengine.api.users.dev
Class LocalOAuthAuthorizeTokenServlet
- java.lang.Object
-
- HttpServlet
-
- com.google.appengine.api.users.dev.LocalOAuthAuthorizeTokenServlet
-
public class LocalOAuthAuthorizeTokenServlet extends HttpServlet
LocalOAuthAuthorizeTokenServlet
is the servlet responsible for implementing the token authorization step of the fake OAuth authentication flow provided by the Development AppServer.This serlvet will redirect to the URL specified in the 'oauth_callback' parameter after access is granted. It does not currently support callback URLs provided during the request token acquisition step.
-
-
Constructor Summary
Constructors Constructor and Description LocalOAuthAuthorizeTokenServlet()
-
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)
-