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 and Description |
---|
LocalOAuthAuthorizeTokenServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
void |
doPost(HttpServletRequest req,
HttpServletResponse resp) |