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.String
getAccountKey()
java.lang.String
getAccountName()
void
setAccountKey(java.lang.String accountKey)
void
setAccountName(java.lang.String accountName)
-
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)
-
-