Package com.adobe.cq.dam.bp.cloudconfig
Interface MediaPortalCloudConfiguration
-
public interface MediaPortalCloudConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MP_CONFIG_ROOT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getImsConfig()
java.lang.String
getOAuthScope()
Get Oauth Scopesjava.lang.String
getPath()
Returns the configuration's path from the repository.java.lang.String
getServiceUrl()
java.lang.String
getTenant()
Returns the tenant's name, as used in the login URL.boolean
isEnabled()
boolean
isFolderPublishPublic()
Returns Folder publish public flag.
-
-
-
Field Detail
-
MP_CONFIG_ROOT
static final java.lang.String MP_CONFIG_ROOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceUrl
java.lang.String getServiceUrl()
-
getImsConfig
java.lang.String getImsConfig()
-
getTenant
java.lang.String getTenant()
Returns the tenant's name, as used in the login URL.- Returns:
- a String with the tenant name
-
getOAuthScope
java.lang.String getOAuthScope()
Get Oauth Scopes- Returns:
- scopes
-
isFolderPublishPublic
boolean isFolderPublishPublic()
Returns Folder publish public flag.- Returns:
true
if the folder to be published should be public(visible to all users in a tenant),false
otherwise
-
isEnabled
boolean isEnabled()
-
getPath
java.lang.String getPath()
Returns the configuration's path from the repository.- Returns:
- the configuration's path
-
-