@Alias(value="Azure Blob Storage Active Directory Authentication") public class ActiveDirectoryBlobCheckpointStoreType extends Object implements CheckpointStoreType
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorityHost |
protected TokenCredentialProperties |
tokenCredentialProperties |
protected boolean |
useAzureDefaultCredential |
| Constructor and Description |
|---|
ActiveDirectoryBlobCheckpointStoreType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountName() |
String |
getAuthorityHost() |
com.azure.messaging.eventhubs.CheckpointStore |
getCheckpointStore() |
String |
getContainerName() |
TokenCredentialProperties |
getTokenCredentialProperties() |
boolean |
isUseAzureDefaultCredential() |
void |
setAccountName(String accountName) |
void |
setAuthorityHost(String authorityHost) |
void |
setContainerName(String containerName) |
void |
setTokenCredentialProperties(TokenCredentialProperties tokenCredentialProperties) |
void |
setUseAzureDefaultCredential(boolean useAzureDefaultCredential) |
@Parameter @Optional @ParameterDsl(allowReferences=false) @Expression(value=NOT_SUPPORTED) protected TokenCredentialProperties tokenCredentialProperties
@Parameter @Optional(defaultValue="false") @ParameterDsl(allowReferences=false) @Expression(value=NOT_SUPPORTED) protected boolean useAzureDefaultCredential
@Parameter @Optional @Summary(value="Specifies the Azure Active Directory host. If not valued it default to: https://login.microsoftonline.com/") protected String authorityHost
public ActiveDirectoryBlobCheckpointStoreType()
public TokenCredentialProperties getTokenCredentialProperties()
public void setTokenCredentialProperties(TokenCredentialProperties tokenCredentialProperties)
public boolean isUseAzureDefaultCredential()
public void setUseAzureDefaultCredential(boolean useAzureDefaultCredential)
public String getContainerName()
public void setContainerName(String containerName)
public String getAccountName()
public void setAccountName(String accountName)
public String getAuthorityHost()
public void setAuthorityHost(String authorityHost)
public com.azure.messaging.eventhubs.CheckpointStore getCheckpointStore()
getCheckpointStore in interface CheckpointStoreTypeCopyright © 2025 MuleSoft, Inc.. All rights reserved.