public class

AuthenticationResource

extends Object
java.lang.Object
   ↳ com.atlassian.applinks.core.rest.ui.AuthenticationResource

Summary

Public Constructors
AuthenticationResource(AppLinksManifestDownloader downloader)
Public Methods
Response getIsAdminUser()
Response rpcUrlIsReachable(String applicationId, URI uri, URI qUrl)
The URL is passed in a path parameter by old client code, so we must accept requests of that form.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthenticationResource (AppLinksManifestDownloader downloader)

Public Methods

public Response getIsAdminUser ()

public Response rpcUrlIsReachable (String applicationId, URI uri, URI qUrl)

The URL is passed in a path parameter by old client code, so we must accept requests of that form. New clients should use the query parameter which survives proxies better. If the query parameter is present, use it and ignore the path parameter. (APL-663)