public interface Manifest
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Version |
getAppLinksVersion()
Get the version of AppLinks running on the remote application.
|
Long |
getBuildNumber()
Get the build number of the remote application.
|
URI |
getIconUri()
Get a larger icon URI of the remote application
|
URI |
getIconUrl()
Deprecated.
|
ApplicationId |
getId()
Get the ID of this server.
|
Set<Class<? extends AuthenticationProvider>> |
getInboundAuthenticationTypes()
Get the inbound authentication types that this remote application supports.
|
String |
getName()
Get the name of this server.
|
Set<Class<? extends AuthenticationProvider>> |
getOutboundAuthenticationTypes()
Get the outbound authentication types that this remote application supports.
|
TypeId |
getTypeId()
Get the type ID of the application this manifest is for.
|
URI |
getUrl()
Get the URL of the remote application
|
String |
getVersion()
The version of the application.
|
Boolean |
hasPublicSignup()
Whether the remote application supports public sign up.
|
ApplicationId getId()
String getName()
TypeId getTypeId()
@Nullable String getVersion()
null.Long getBuildNumber()
null.URI getUrl()
@Deprecated @Nullable URI getIconUrl()
@Nullable URI getIconUri()
@Nullable org.osgi.framework.Version getAppLinksVersion()
null if the remote
application is not an applinks 3.0+ containerSet<Class<? extends AuthenticationProvider>> getInboundAuthenticationTypes()
Set<Class<? extends AuthenticationProvider>> getOutboundAuthenticationTypes()
Boolean hasPublicSignup()
Copyright © 2018 Atlassian. All rights reserved.