public interface NextGenDynamicMediaConfig
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Checks if the configuration/feature is enabled.
|
java.lang.String |
getApiKey()
Gets the API key for accessing the asset selectors UI
|
java.lang.String |
getAssetMetadataPath()
Gets the path expression for getting the metadata of an asset.
|
java.lang.String |
getAssetOriginalBinaryDeliveryPath()
Gets the path expression for the the Original Asset Delivery which delivers
the bitstream as-is
{asset-id} - the uuid of the asset in the format 'urn:aaid:aem:UUID',
e.g.
|
java.lang.String |
getAssetSelectorsJsUrl()
Gets the absolute URL for the javascript which contains the microfrontend for
the remote asset selector.
|
java.lang.String |
getEnv()
Gets the environment string which should be 'PROD' or 'STAGE'
|
java.lang.String |
getImageDeliveryBasePath()
Gets the path expression for the image delivery path.
|
java.lang.String |
getImsClient()
Gets the IMS client identifier
|
java.lang.String |
getImsEnv()
Deprecated.
No replacement. IMSenv is an invalid property from asset
selector's point of view.
The IMS environment is determined solely on the basis of env
property which accepts values as STAGE or PROD.
|
java.lang.String |
getImsOrg()
Deprecated.
No replacement. IMS Org need not be sent to discovery service.
The access is determined based on the repository ID.
|
java.lang.String |
getRepositoryId()
Gets the Next Generation Dynamic Media tenant (also known technically as the
repository Id) This would typically be a host name with
the format 'delivery-pXX-eYY.adobeaemcloud.com' for PROD environments and
'delivery-pXX-eYY-smstg.adobeaemcloud.com' for STAGE
environments.
|
java.lang.String |
getVideoDeliveryPath()
Gets the path expression for the adaptive video manifest/player path.
|
boolean enabled()
java.lang.String getRepositoryId()
java.lang.String getApiKey()
java.lang.String getEnv()
@Deprecated java.lang.String getImsOrg()
@Deprecated java.lang.String getImsEnv()
java.lang.String getImsClient()
java.lang.String getAssetSelectorsJsUrl()
java.lang.String getImageDeliveryBasePath()
java.lang.String getVideoDeliveryPath()
java.lang.String getAssetOriginalBinaryDeliveryPath()
java.lang.String getAssetMetadataPath()
Copyright © 2010 - 2023 Adobe. All Rights Reserved