| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the storage service base classes.
|
| com.microsoft.azure.storage.blob |
This package contains the storage service blob classes.
|
| Modifier and Type | Method and Description |
|---|---|
static UserDelegationKey |
UserDelegationKeyHandler.readUserDelegationKeyFromStream(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
UserDelegationKey |
CloudBlobClient.getUserDelegationKey(Date keyStart,
Date keyEnd)
Requests a new user delegation key based on this client's oauth credentials.
|
UserDelegationKey |
CloudBlobClient.getUserDelegationKey(Date keyStart,
Date keyEnd,
BlobRequestOptions options,
OperationContext opContext)
Requests a new user delegation key based on this client's oauth credentials.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CloudBlob.generateUserDelegationSharedAccessSignature(UserDelegationKey delegationKey,
SharedAccessBlobPolicy policy)
Returns a shared access signature based on a user delegation key for the blob using the specified group policy identifier and
operation context.
|
String |
CloudBlob.generateUserDelegationSharedAccessSignature(UserDelegationKey delegationKey,
SharedAccessBlobPolicy policy,
SharedAccessBlobHeaders headers,
IPRange ipRange,
SharedAccessProtocols protocols)
Returns a shared access signature based on a user delegation key for the blob using the specified group policy identifier and
operation context.
|
Copyright © 2021. All Rights Reserved.