Uses of Class
com.azure.core.credential.AzureKeyCredential
Packages that use AzureKeyCredential
Package
Description
This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries
in the Azure SDK for Java.
Azure Core Credential library is designed to simplify the process of authenticating and authorizing access
to Azure services from Java applications.
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of AzureKeyCredential in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type AzureKeyCredentialModifier and TypeMethodDescriptionAzureKeyCredentialTrait.credential(AzureKeyCredential credential) Sets theAzureKeyCredentialused for authentication. -
Uses of AzureKeyCredential in com.azure.core.credential
Methods in com.azure.core.credential that return AzureKeyCredentialModifier and TypeMethodDescriptionRotates the key associated to this credential. -
Uses of AzureKeyCredential in com.azure.core.http.policy
Constructors in com.azure.core.http.policy with parameters of type AzureKeyCredentialModifierConstructorDescriptionAzureKeyCredentialPolicy(String name, AzureKeyCredential credential) Creates a policy that uses the passedAzureKeyCredentialto set the specified header name.AzureKeyCredentialPolicy(String name, AzureKeyCredential credential, String prefix) Creates a policy that uses the passedAzureKeyCredentialto set the specified header name.