com.atlassian.bamboo.security.applinks
Class BambooHostApplication
java.lang.Object
com.atlassian.applinks.host.spi.AbstractInternalHostApplication
com.atlassian.bamboo.security.applinks.BambooHostApplication
- All Implemented Interfaces:
- com.atlassian.applinks.host.spi.HostApplication, com.atlassian.applinks.host.spi.InternalHostApplication
public class BambooHostApplication
- extends com.atlassian.applinks.host.spi.AbstractInternalHostApplication
Fields inherited from class com.atlassian.applinks.host.spi.AbstractInternalHostApplication |
pluginAccessor |
Methods inherited from class com.atlassian.applinks.host.spi.AbstractInternalHostApplication |
getSupportedInboundAuthenticationTypes, getSupportedOutboundAuthenticationTypes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BambooHostApplication
public BambooHostApplication(com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.applinks.spi.util.TypeAccessor typeAccessor,
ProjectManager projectManager,
PlanManager planManager,
BambooPermissionManager permissionManager,
AdministrationConfigurationManager configurationManager,
BootstrapManager bootstrapManager,
com.atlassian.applinks.api.ApplicationLinkService applicationLinkService)
getDocumentationBaseUrl
public java.net.URI getDocumentationBaseUrl()
getName
public java.lang.String getName()
getBaseUrl
public java.net.URI getBaseUrl()
getId
public com.atlassian.applinks.api.ApplicationId getId()
getType
public com.atlassian.applinks.api.ApplicationType getType()
hasPublicSignup
public boolean hasPublicSignup()
getLocalEntities
public java.lang.Iterable<com.atlassian.applinks.host.spi.EntityReference> getLocalEntities()
toEntityReference
public com.atlassian.applinks.host.spi.EntityReference toEntityReference(java.lang.Object domainObject)
toEntityReference
public com.atlassian.applinks.host.spi.EntityReference toEntityReference(java.lang.String key,
java.lang.Class<? extends com.atlassian.applinks.api.EntityType> type)
canManageEntityLinksFor
public boolean canManageEntityLinksFor(com.atlassian.applinks.host.spi.EntityReference entityReference)
doesEntityExist
public boolean doesEntityExist(java.lang.String key,
java.lang.Class<? extends com.atlassian.applinks.api.EntityType> type)
doesEntityExistNoPermissionCheck
public boolean doesEntityExistNoPermissionCheck(java.lang.String key,
java.lang.Class<? extends com.atlassian.applinks.api.EntityType> aClass)
hasApplicationLinks
public boolean hasApplicationLinks()
Copyright © 2012 Atlassian. All Rights Reserved.