LocalSASKeyGeneratorImpl, RemoteSASKeyGeneratorImpl, SASKeyGeneratorImplpublic interface SASKeyGeneratorInterface
| Modifier and Type | Method | Description |
|---|---|---|
java.net.URI |
getContainerSASUri(java.lang.String accountName,
java.lang.String container) |
Interface method to retrieve SAS Key for a container within the storage
account.
|
java.net.URI |
getRelativeBlobSASUri(java.lang.String accountName,
java.lang.String container,
java.lang.String relativePath) |
Interface method to retrieve SAS Key for a blob within the container of the
storage account.
|
java.net.URI getContainerSASUri(java.lang.String accountName,
java.lang.String container)
throws SASKeyGenerationException
accountName - - Storage account namecontainer - - Container name within the storage account.SASKeyGenerationException - Exception that gets thrown during
generation of SAS Key.java.net.URI getRelativeBlobSASUri(java.lang.String accountName,
java.lang.String container,
java.lang.String relativePath)
throws SASKeyGenerationException
accountName - - Storage account namecontainer - - Container name within the storage account.relativePath - - Relative path within the containerSASKeyGenerationException - Exception that gets thrown during
generation of SAS Key.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.