public class

OAuthTestRedirectServlet

extends HttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.atlassian.applinks.OAuthTestRedirectServlet

Class Overview

This servlet test that you can make a request using oauth to a resource that redirects and you get the redirected response.

Summary

Public Constructors
OAuthTestRedirectServlet(MutatingApplicationLinkService applicationLinkService)
Protected Methods
void doGet(HttpServletRequest req, HttpServletResponse resp)
[Expand]
Inherited Methods
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public OAuthTestRedirectServlet (MutatingApplicationLinkService applicationLinkService)

Protected Methods

protected void doGet (HttpServletRequest req, HttpServletResponse resp)

Throws
ServletException
IOException