Uses of Class
com.azure.storage.common.StorageSharedKeyCredential
Packages that use StorageSharedKeyCredential
Package
Description
This package contains generic classes used by Azure Storage services.
Package containing policies used by Azure Storage services.
Package containing SAS (shared access signature) classes used by Azure Storage services.
-
Uses of StorageSharedKeyCredential in com.azure.storage.common
Methods in com.azure.storage.common that return StorageSharedKeyCredentialModifier and TypeMethodDescriptionstatic StorageSharedKeyCredentialStorageSharedKeyCredential.fromAzureNamedKeyCredential(com.azure.core.credential.AzureNamedKeyCredential azureNamedKeyCredential) Creates a SharedKey credential from the passedAzureNamedKeyCredential.static StorageSharedKeyCredentialStorageSharedKeyCredential.fromConnectionString(String connectionString) Creates a SharedKey credential from the passed connection string.static StorageSharedKeyCredentialStorageSharedKeyCredential.getSharedKeyCredentialFromPipeline(com.azure.core.http.HttpPipeline httpPipeline) Searches for aStorageSharedKeyCredentialin theHttpPipeline. -
Uses of StorageSharedKeyCredential in com.azure.storage.common.policy
Methods in com.azure.storage.common.policy that return StorageSharedKeyCredentialModifier and TypeMethodDescriptionStorageSharedKeyCredentialPolicy.sharedKeyCredential()Gets theStorageSharedKeyCredentiallinked to the policy.Constructors in com.azure.storage.common.policy with parameters of type StorageSharedKeyCredentialModifierConstructorDescriptionCreates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header. -
Uses of StorageSharedKeyCredential in com.azure.storage.common.sas
Methods in com.azure.storage.common.sas with parameters of type StorageSharedKeyCredentialModifier and TypeMethodDescriptionAccountSasSignatureValues.generateSasQueryParameters(StorageSharedKeyCredential storageSharedKeyCredentials) Deprecated.
AccountSasSignatureValues.