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