public class

GenericApplicationTypeImpl

extends IconizedIdentifiableType
implements ApplicationType NonAppLinksApplicationType
java.lang.Object
   ↳ com.atlassian.applinks.application.IconizedIdentifiableType
     ↳ com.atlassian.applinks.application.generic.GenericApplicationTypeImpl

Class Overview

The generic application type supports all "out-of-the-box" authentication types that UAL ships with. This application type can be used to authenticate to an application for which UAL does not have a specific application type, but the application supports one or more of UAL's authentication providers.

Summary

[Expand]
Inherited Fields
From class com.atlassian.applinks.application.IconizedIdentifiableType
Public Constructors
GenericApplicationTypeImpl(AppLinkPluginUtil pluginUtil, WebResourceManager webResourceManager)
Public Methods
String getI18nKey()
TypeId getId()
[Expand]
Inherited Methods
From class com.atlassian.applinks.application.IconizedIdentifiableType
From class java.lang.Object
From interface com.atlassian.applinks.api.ApplicationType
From interface com.atlassian.applinks.spi.application.IdentifiableType

Public Constructors

public GenericApplicationTypeImpl (AppLinkPluginUtil pluginUtil, WebResourceManager webResourceManager)

Public Methods

public String getI18nKey ()

public TypeId getId ()