Package com.adobe.cq.dam.bp.cloudconfig
Interface MediaPortalCloudConfiguration
-
public interface MediaPortalCloudConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMP_CONFIG_ROOT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetImsConfig()java.lang.StringgetOAuthScope()Get Oauth Scopesjava.lang.StringgetPath()Returns the configuration's path from the repository.java.lang.StringgetServiceUrl()java.lang.StringgetTenant()Returns the tenant's name, as used in the login URL.booleanisEnabled()booleanisFolderPublishPublic()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:
trueif the folder to be published should be public(visible to all users in a tenant),falseotherwise
-
isEnabled
boolean isEnabled()
-
getPath
java.lang.String getPath()
Returns the configuration's path from the repository.- Returns:
- the configuration's path
-
-