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.
Package containing basic credential classes for authentication purposes.
Package containing 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.