Class XDMConfiguration
- java.lang.Object
-
- com.adobe.aemfd.dermis.authentication.model.Configuration
-
- com.adobe.aemfd.dermis.authentication.model.XDMConfiguration
-
- All Implemented Interfaces:
IConfiguration
@Model(adaptables=org.apache.sling.api.resource.Resource.class, defaultInjectionStrategy=OPTIONAL) public class XDMConfiguration extends Configuration
-
-
Constructor Summary
Constructors Constructor Description XDMConfiguration(Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOrgId()java.lang.StringgetPlatformUrl()java.lang.StringgetSandboxName()voidsetOrgId(java.lang.String orgId)voidsetPlatformUrl(java.lang.String platformUrl)voidsetSandboxName(java.lang.String sandboxName)-
Methods inherited from class com.adobe.aemfd.dermis.authentication.model.Configuration
getAuthentication, getAuthenticationType, getDataSourceType, getId, getName, getPath, getServiceEndPoint, getThumbnailPath, getTitle, getUrl, removeResource, setAuthentication, setAuthenticationType, setDataSourceType, setId, setName, setServiceEndPoint, setThumbnailPath, setTitle
-
-
-
-
Constructor Detail
-
XDMConfiguration
public XDMConfiguration(Resource resource)
-
-
Method Detail
-
getOrgId
public java.lang.String getOrgId()
-
setOrgId
public void setOrgId(java.lang.String orgId)
-
getSandboxName
public java.lang.String getSandboxName()
-
setSandboxName
public void setSandboxName(java.lang.String sandboxName)
-
getPlatformUrl
public java.lang.String getPlatformUrl()
-
setPlatformUrl
public void setPlatformUrl(java.lang.String platformUrl)
-
-