Uses of Class
com.azure.core.credential.AzureSasCredential
Packages that use AzureSasCredential
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
Package containing basic credential classes for authentication purposes.
Package containing HttpPipelinePolicy interface and its implementations.
-
Uses of AzureSasCredential in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionAzureSasCredentialTrait.credential(AzureSasCredential credential) Sets theAzureSasCredentialused for authentication. -
Uses of AzureSasCredential in com.azure.core.credential
Methods in com.azure.core.credential that return AzureSasCredentialModifier and TypeMethodDescriptionRotates the shared access signature associated to this credential. -
Uses of AzureSasCredential in com.azure.core.http.policy
Constructors in com.azure.core.http.policy with parameters of type AzureSasCredentialModifierConstructorDescriptionAzureSasCredentialPolicy(AzureSasCredential credential) Creates a policy that uses the passedAzureSasCredentialto append sas to query string.AzureSasCredentialPolicy(AzureSasCredential credential, boolean requireHttps) Creates a policy that uses the passedAzureSasCredentialto append sas to query string.