public interface

AuthorisationAdminURIGenerator

com.atlassian.applinks.api.AuthorisationAdminURIGenerator
Known Indirect Subclasses

Class Overview

Used to generate URIs for users to view or revoke their credentials for an authorised application link. This is only implemented by an ApplicationLinkRequestFactory that supports per-user authorisation, e.g. OAuth.

Summary

Public Methods
abstract URI getAuthorisationAdminURI()

The URI that can be used to view or revoke authentication for the requested resource.

Public Methods

public abstract URI getAuthorisationAdminURI ()

The URI that can be used to view or revoke authentication for the requested resource. For OAuth links, this corresponds to the "OAuth Access Tokens" page in the remote application.