Uses of Class
com.azure.storage.common.StorageSharedKeyCredential
-
Packages that use StorageSharedKeyCredential Package Description com.azure.storage.common This package contains generic classes used by Azure Storage services.com.azure.storage.common.policy Package containing policies used by Azure Storage services.com.azure.storage.common.sas 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 StorageSharedKeyCredential Modifier and Type Method Description 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 the passedHttpPipeline. -
Uses of StorageSharedKeyCredential in com.azure.storage.common.policy
Methods in com.azure.storage.common.policy that return StorageSharedKeyCredential Modifier and Type Method Description StorageSharedKeyCredentialStorageSharedKeyCredentialPolicy. sharedKeyCredential()Constructors in com.azure.storage.common.policy with parameters of type StorageSharedKeyCredential Constructor Description StorageSharedKeyCredentialPolicy(StorageSharedKeyCredential credential)Creates 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 StorageSharedKeyCredential Modifier and Type Method Description AccountSasQueryParametersAccountSasSignatureValues. generateSasQueryParameters(StorageSharedKeyCredential storageSharedKeyCredentials)Deprecated.Please use the generateAccountSas(AccountSasSignatureValues) method on the desired service client after initializingAccountSasSignatureValues.
-