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.
Package containing the classes for Tables Clients.
Package containing the classes for EventGridClient.
Package containing classes for creating
EventHubProducerAsyncClient
,
EventHubProducerClient
,
EventHubConsumerAsyncClient
,
EventHubConsumerClient
, or
EventProcessorClient
to perform operations on Azure Event Hubs.Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
Package containing the classes for performing client-side encryption of blob contents.
Package containing the class required for DataLakeStorageClient.
This package contains the classes to perform actions on Azure Storage File.
This package contains the classes to perform actions on Azure Storage Queue.
-
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 theAzureSasCredential
used 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 passedAzureSasCredential
to append sas to query string.AzureSasCredentialPolicy
(AzureSasCredential credential, boolean requireHttps) Creates a policy that uses the passedAzureSasCredential
to append sas to query string. -
Uses of AzureSasCredential in com.azure.data.tables
Methods in com.azure.data.tables with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionTableClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.TableServiceClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service. -
Uses of AzureSasCredential in com.azure.messaging.eventgrid
Methods in com.azure.messaging.eventgrid with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionEventGridPublisherClientBuilder.credential
(AzureSasCredential credential) Set the domain or topic authentication using an already obtained Shared Access Signature token. -
Uses of AzureSasCredential in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionEventHubClientBuilder.credential
(AzureSasCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventHubClientBuilder.credential
(String fullyQualifiedNamespace, String eventHubName, AzureSasCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventProcessorClientBuilder.credential
(AzureSasCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.EventProcessorClientBuilder.credential
(String fullyQualifiedNamespace, String eventHubName, AzureSasCredential credential) Sets the credential information for which Event Hub instance to connect to, and how to authorize against it. -
Uses of AzureSasCredential in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionServiceBusClientBuilder.credential
(AzureSasCredential credential) Sets the credential with Shared Access Signature for the Service Bus resource.ServiceBusClientBuilder.credential
(String fullyQualifiedNamespace, AzureSasCredential credential) Sets the credential with Shared Access Signature for the Service Bus resource. -
Uses of AzureSasCredential in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionBlobClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.BlobContainerClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.BlobServiceClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service. -
Uses of AzureSasCredential in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service. -
Uses of AzureSasCredential in com.azure.storage.blob.specialized.cryptography
Methods in com.azure.storage.blob.specialized.cryptography with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionEncryptedBlobClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service. -
Uses of AzureSasCredential in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.DataLakePathClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.DataLakeServiceClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service. -
Uses of AzureSasCredential in com.azure.storage.queue
Methods in com.azure.storage.queue with parameters of type AzureSasCredentialModifier and TypeMethodDescriptionQueueClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.QueueServiceClientBuilder.credential
(AzureSasCredential credential) Sets theAzureSasCredential
used to authorize requests sent to the service.