Uses of Class
com.azure.core.credential.KeyCredential
Packages that use KeyCredential
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 KeyCredential in com.azure.core.client.traits
Methods in com.azure.core.client.traits with parameters of type KeyCredentialModifier and TypeMethodDescriptionKeyCredentialTrait.credential(KeyCredential credential) Sets theKeyCredentialused for authentication. -
Uses of KeyCredential in com.azure.core.credential
Subclasses of KeyCredential in com.azure.core.credentialModifier and TypeClassDescriptionfinal classTheAzureKeyCredentialis used to authenticate and authorize requests made to Azure services.Methods in com.azure.core.credential that return KeyCredentialModifier and TypeMethodDescriptionRotates the key associated to this credential. -
Uses of KeyCredential in com.azure.core.http.policy
Constructors in com.azure.core.http.policy with parameters of type KeyCredentialModifierConstructorDescriptionKeyCredentialPolicy(String name, KeyCredential credential) Creates a policy that uses the passedKeyCredentialto set the specified header name.KeyCredentialPolicy(String name, KeyCredential credential, String prefix) Creates a policy that uses the passedKeyCredentialto set the specified header name.