Class AzureConfiguration
- java.lang.Object
-
- com.adobe.aemfd.dermis.authentication.model.Configuration
-
- com.adobe.aemfd.dermis.authentication.model.AzureConfiguration
-
- All Implemented Interfaces:
IConfiguration
@Model(adaptables=org.apache.sling.api.resource.Resource.class, defaultInjectionStrategy=OPTIONAL) public class AzureConfiguration extends Configuration
-
-
Constructor Summary
Constructors Constructor Description AzureConfiguration(Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountKey()java.lang.StringgetAccountName()java.lang.StringgetBlobEndPoint()booleanisHonorProxy()voidsetAccountKey(java.lang.String accountKey)voidsetAccountName(java.lang.String accountName)voidsetBlobEndPoint(java.lang.String blobEndPoint)voidsetHonorProxy(boolean honourProxy)-
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
-
AzureConfiguration
public AzureConfiguration(Resource resource)
-
-
Method Detail
-
getAccountName
public java.lang.String getAccountName()
-
setAccountName
public void setAccountName(java.lang.String accountName)
-
getAccountKey
public java.lang.String getAccountKey()
-
setAccountKey
public void setAccountKey(java.lang.String accountKey)
-
getBlobEndPoint
public java.lang.String getBlobEndPoint()
-
setBlobEndPoint
public void setBlobEndPoint(java.lang.String blobEndPoint)
-
isHonorProxy
public boolean isHonorProxy()
-
setHonorProxy
public void setHonorProxy(boolean honourProxy)
-
-