Skip navigation links
A C D E G H I L M O P S T 

A

AbstractInternalHostApplication - Class in com.atlassian.applinks.host.spi
Inherit from this base class when you implement InternalHostApplication.
AbstractInternalHostApplication(PluginAccessor) - Constructor for class com.atlassian.applinks.host.spi.AbstractInternalHostApplication
 
ApplicationLinkServiceFactoryBean - Class in com.atlassian.applinks.host.spring
Creates a proxy for ApplicationLinkService
ApplicationLinkServiceFactoryBean(OsgiContainerManager) - Constructor for class com.atlassian.applinks.host.spring.ApplicationLinkServiceFactoryBean
 
AuthenticationConfigurationManagerFactoryBean - Class in com.atlassian.applinks.host.spring
Exposes the AuthenticationConfigurationManager component to the host application.
AuthenticationConfigurationManagerFactoryBean(OsgiContainerManager) - Constructor for class com.atlassian.applinks.host.spring.AuthenticationConfigurationManagerFactoryBean
 

C

canManageEntityLinksFor(EntityReference) - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
com.atlassian.applinks.host - package com.atlassian.applinks.host
Host integration classes and support proxies
com.atlassian.applinks.host.spi - package com.atlassian.applinks.host.spi
 
com.atlassian.applinks.host.spring - package com.atlassian.applinks.host.spring
Integration classes to better allow access to AppLinks services within Spring
com.atlassian.applinks.host.util - package com.atlassian.applinks.host.util
 
create(String) - Method in interface com.atlassian.applinks.host.OsgiServiceProxyFactory.ServiceTrackerFactory
 
createProxy(Class<T>, long) - Method in class com.atlassian.applinks.host.OsgiServiceProxyFactory
 

D

DefaultEntityReference - Class in com.atlassian.applinks.host.spi
Default implementation of EntityReference provided as a convenience to facilitate implementation of InternalHostApplication
DefaultEntityReference(String, String, EntityType) - Constructor for class com.atlassian.applinks.host.spi.DefaultEntityReference
 
doesEntityExist(String, Class<? extends EntityType>) - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
doesEntityExistNoPermissionCheck(String, Class<? extends EntityType>) - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 

E

EntityLinkServiceFactoryBean - Class in com.atlassian.applinks.host.spring
Creates a proxy for EntityLinkService
EntityLinkServiceFactoryBean(OsgiContainerManager) - Constructor for class com.atlassian.applinks.host.spring.EntityLinkServiceFactoryBean
 
EntityReference - Interface in com.atlassian.applinks.host.spi
Represents an application "project-level" entity (e.g.
equals(Object) - Method in class com.atlassian.applinks.host.spi.DefaultEntityReference
 

G

generateInstanceName(String) - Method in class com.atlassian.applinks.host.util.InstanceNameGenerator
 
getAuthenticationProviderClass() - Method in class com.atlassian.applinks.host.spi.SupportedInboundAuthenticationModuleDescriptor
 
getBaseUrl() - Method in interface com.atlassian.applinks.host.spi.HostApplication
 
getDocumentationBaseUrl() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
getId() - Method in interface com.atlassian.applinks.host.spi.HostApplication
Returns a globally unique identifier for this server.
getKey() - Method in class com.atlassian.applinks.host.spi.DefaultEntityReference
 
getKey() - Method in interface com.atlassian.applinks.host.spi.EntityReference
 
getLocalEntities() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
getModule() - Method in class com.atlassian.applinks.host.spi.SupportedInboundAuthenticationModuleDescriptor
 
getName() - Method in class com.atlassian.applinks.host.spi.DefaultEntityReference
 
getName() - Method in interface com.atlassian.applinks.host.spi.EntityReference
 
getName() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
getSupportedInboundAuthenticationTypes() - Method in class com.atlassian.applinks.host.spi.AbstractInternalHostApplication
 
getSupportedInboundAuthenticationTypes() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
getSupportedOutboundAuthenticationTypes() - Method in class com.atlassian.applinks.host.spi.AbstractInternalHostApplication
 
getSupportedOutboundAuthenticationTypes() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
getType() - Method in class com.atlassian.applinks.host.spi.DefaultEntityReference
 
getType() - Method in interface com.atlassian.applinks.host.spi.EntityReference
 
getType() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 

H

hashCode() - Method in class com.atlassian.applinks.host.spi.DefaultEntityReference
 
hasPublicSignup() - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
HostApplication - Interface in com.atlassian.applinks.host.spi
Injectable component interface that is implemented by the host application and contains the application specific logic to determine the application's capabilities.

I

InstanceNameGenerator - Class in com.atlassian.applinks.host.util
Implements the Atlassian Name Generation Algorithm(TM) (taking the first character of each part of the hostname -- like JAC for jira.atlassian.com).
InstanceNameGenerator() - Constructor for class com.atlassian.applinks.host.util.InstanceNameGenerator
 
InternalHostApplication - Interface in com.atlassian.applinks.host.spi
Injectable component interface that is implemented by the host application and contains the application specific logic to determine the application's capabilities.

L

loadClass(Plugin, String) - Method in class com.atlassian.applinks.host.spi.SupportedInboundAuthenticationModuleDescriptor
 

M

ManifestRetrieverFactoryBean - Class in com.atlassian.applinks.host.spring
Creates a proxy for ManifestRetriever
ManifestRetrieverFactoryBean(OsgiContainerManager) - Constructor for class com.atlassian.applinks.host.spring.ManifestRetrieverFactoryBean
 

O

OsgiServiceProxyFactory - Class in com.atlassian.applinks.host
Creates a proxy for an osgi service that is able to link to different implementations at runtime.
OsgiServiceProxyFactory(OsgiContainerManager) - Constructor for class com.atlassian.applinks.host.OsgiServiceProxyFactory
Constructs a service proxy factory, using the OsgiContainerManager's service tracker
OsgiServiceProxyFactory(OsgiServiceProxyFactory.ServiceTrackerFactory) - Constructor for class com.atlassian.applinks.host.OsgiServiceProxyFactory
 
OsgiServiceProxyFactory.ServiceTimeoutExceeded - Exception in com.atlassian.applinks.host
Thrown if the timeout waiting for the service has been exceeded
OsgiServiceProxyFactory.ServiceTrackerFactory - Interface in com.atlassian.applinks.host
Abstracts how service trackers are created, mostly for testing

P

pluginAccessor - Variable in class com.atlassian.applinks.host.spi.AbstractInternalHostApplication
 
provideValidationRules(ValidationPattern) - Method in class com.atlassian.applinks.host.spi.SupportedInboundAuthenticationModuleDescriptor
 

S

ServiceTimeoutExceeded(String) - Constructor for exception com.atlassian.applinks.host.OsgiServiceProxyFactory.ServiceTimeoutExceeded
 
SupportedInboundAuthenticationModuleDescriptor - Class in com.atlassian.applinks.host.spi
Marker module for supported incoming authentication types for the local application.
SupportedInboundAuthenticationModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.applinks.host.spi.SupportedInboundAuthenticationModuleDescriptor
 

T

toEntityReference(Object) - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
toEntityReference(String, Class<? extends EntityType>) - Method in interface com.atlassian.applinks.host.spi.InternalHostApplication
 
toString() - Method in class com.atlassian.applinks.host.spi.DefaultEntityReference
 
TypeAccessorServiceFactoryBean - Class in com.atlassian.applinks.host.spring
Creates a proxy for TypeAccessor.
TypeAccessorServiceFactoryBean(OsgiContainerManager) - Constructor for class com.atlassian.applinks.host.spring.TypeAccessorServiceFactoryBean
 
A C D E G H I L M O P S T 
Skip navigation links

Copyright © 2018 Atlassian. All rights reserved.