public class

DefaultApplicationLinkUIService

extends Object
implements ApplicationLinkUIService
java.lang.Object
   ↳ com.atlassian.applinks.core.DefaultApplicationLinkUIService

Class Overview

Standard implementation of ApplicationLinkUIService.

Summary

Public Constructors
DefaultApplicationLinkUIService(I18nResolver i18nResolver, TemplateRenderer templateRenderer)
Public Methods
ApplicationLinkUIService.MessageBuilder authorisationRequest(ApplicationLink appLink)
Returns a ApplicationLinkUIService.MessageBuilder to construct an HTML fragment with a "please authenticate with [application]" message, and a link that lets the user begin authentication.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.applinks.api.ApplicationLinkUIService

Public Constructors

public DefaultApplicationLinkUIService (I18nResolver i18nResolver, TemplateRenderer templateRenderer)

Public Methods

public ApplicationLinkUIService.MessageBuilder authorisationRequest (ApplicationLink appLink)

Returns a ApplicationLinkUIService.MessageBuilder to construct an HTML fragment with a "please authenticate with [application]" message, and a link that lets the user begin authentication.

Parameters
appLink an application link; cannot be null
Returns