Uses of Class
com.azure.core.credential.AzureKeyCredential
-
Packages that use AzureKeyCredential Package Description com.azure.core.client.traits This package contains interfaces that represent common cross-cutting aspects of functionality offered by libraries in the Azure SDK for Java.com.azure.core.credential Package containing basic credential classes for authentication purposes.com.azure.core.http.policy 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 AzureKeyCredential Modifier and Type Method Description TAzureKeyCredentialTrait. credential(AzureKeyCredential credential)Sets theAzureKeyCredentialused for authentication. -
Uses of AzureKeyCredential in com.azure.core.credential
Methods in com.azure.core.credential that return AzureKeyCredential Modifier and Type Method Description AzureKeyCredentialAzureKeyCredential. update(String key)Rotates 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 AzureKeyCredential Constructor Description AzureKeyCredentialPolicy(String name, AzureKeyCredential credential)Creates a policy that uses the passedAzureKeyCredentialto set the specified header name.
-