- generate(URI) - Static method in class com.atlassian.applinks.spi.application.ApplicationIdUtil
-
Generates a consistent, unique
ApplicationId for the specified baseUri.
- get() - Method in class com.atlassian.applinks.spi.application.TypeId
-
- getApplicationLink(ApplicationId) - Method in interface com.atlassian.applinks.spi.link.MutatingApplicationLinkService
-
- getApplicationStatus(URI, ApplicationType) - Method in interface com.atlassian.applinks.spi.manifest.ManifestRetriever
-
- getApplicationType(Class<T>) - Method in interface com.atlassian.applinks.spi.util.TypeAccessor
-
- getAppLinksVersion() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the version of AppLinks running on the remote application.
- getAuthenticationProvider(ApplicationLink) - Method in interface com.atlassian.applinks.spi.auth.AuthenticationProviderPluginModule
-
- getAuthenticationProviderClass() - Method in interface com.atlassian.applinks.spi.auth.AuthenticationProviderPluginModule
-
Gets the authentication provider class that this plugin module can create.
- getAuthenticationProviderClass(String) - Method in interface com.atlassian.applinks.spi.util.TypeAccessor
-
- getBuildNumber() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the build number of the remote application.
- getConfiguration(ApplicationId, Class<? extends AuthenticationProvider>) - Method in interface com.atlassian.applinks.spi.auth.AuthenticationConfigurationManager
-
Returns the configuration previously stored for this application/auth
pair, or null when no configuration was ever stored.
- getConfigUrl(ApplicationLink, Version, AuthenticationDirection, HttpServletRequest) - Method in interface com.atlassian.applinks.spi.auth.AuthenticationProviderPluginModule
-
Called by AppLinks when it renders the inbound and outbound authentication configuration.
- getDisplayUrl() - Method in class com.atlassian.applinks.spi.link.ApplicationLinkDetails
-
- getEnabledApplicationTypes() - Method in interface com.atlassian.applinks.spi.util.TypeAccessor
-
- getEnabledEntityTypes() - Method in interface com.atlassian.applinks.spi.util.TypeAccessor
-
- getEnabledEntityTypesForApplicationType(ApplicationType) - Method in interface com.atlassian.applinks.spi.util.TypeAccessor
-
- getEntityLink(String, Class<? extends EntityType>, String, Class<? extends EntityType>, ApplicationId) - Method in interface com.atlassian.applinks.spi.link.MutatingEntityLinkService
-
Retrieve an existing
EntityLink that links the specified local entity to the specified remote entity, or
return null if no link matching linking the specified entities exists.
- getEntityLinkBuilderFactory() - Method in interface com.atlassian.applinks.spi.link.MutatingEntityLinkService
-
- getEntityLinksForApplicationLink(ApplicationLink) - Method in interface com.atlassian.applinks.spi.link.MutatingEntityLinkService
-
Retrieves all configured entity links for a configured application link.
- getEntityLinksForKey(String, Class<? extends EntityType>, Class<? extends EntityType>) - Method in interface com.atlassian.applinks.spi.link.MutatingEntityLinkService
-
- getEntityLinksForKey(String, Class<? extends EntityType>) - Method in interface com.atlassian.applinks.spi.link.MutatingEntityLinkService
-
- getEntityType(Class<T>) - Method in interface com.atlassian.applinks.spi.util.TypeAccessor
-
- getErrors() - Method in exception com.atlassian.applinks.spi.link.RemoteErrorListException
-
- getIconUri() - Method in interface com.atlassian.applinks.spi.application.IconizedType
-
Provides URI to retrieve an icon for this application type
- getIconUri() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get a larger icon URI of the remote application
- getIconUrl() - Method in interface com.atlassian.applinks.spi.Manifest
-
Deprecated.
- getId() - Method in interface com.atlassian.applinks.spi.application.IdentifiableType
-
- getId() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the ID of this server.
- getInboundAuthenticationTypes() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the inbound authentication types that this remote application supports.
- getManifest(URI) - Method in interface com.atlassian.applinks.spi.manifest.ManifestProducer
-
During
ApplicationLink registration via the administrative UI, the user is prompted to choose what type
of remote application they are linking to.
- getManifest(URI) - Method in interface com.atlassian.applinks.spi.manifest.ManifestRetriever
-
- getManifest(URI, ApplicationType) - Method in interface com.atlassian.applinks.spi.manifest.ManifestRetriever
-
- getName() - Method in class com.atlassian.applinks.spi.link.ApplicationLinkDetails
-
- getName() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the name of this server.
- getOutboundAuthenticationTypes() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the outbound authentication types that this remote application supports.
- getPrimaryEntityLinkForKey(String, Class<? extends EntityType>, Class<? extends EntityType>) - Method in interface com.atlassian.applinks.spi.link.MutatingEntityLinkService
-
- getRpcUrl() - Method in class com.atlassian.applinks.spi.link.ApplicationLinkDetails
-
- getStaticUrl() - Method in interface com.atlassian.applinks.spi.application.StaticUrlApplicationType
-
Get the URL that this application type lives at
- getStatus(URI) - Method in interface com.atlassian.applinks.spi.manifest.ManifestProducer
-
Returns the current state of the application located at the specified
Url.
- getTypeId(EntityType) - Static method in class com.atlassian.applinks.spi.application.TypeId
-
- getTypeId(ApplicationType) - Static method in class com.atlassian.applinks.spi.application.TypeId
-
- getTypeId() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the type ID of the application this manifest is for.
- getUrl() - Method in interface com.atlassian.applinks.spi.Manifest
-
Get the URL of the remote application
- getUrl() - Method in exception com.atlassian.applinks.spi.manifest.ManifestNotFoundException
-
- getVersion() - Method in interface com.atlassian.applinks.spi.Manifest
-
The version of the application.