Uses of Class
com.azure.core.credential.KeyCredential
Packages that use KeyCredential
Package
Description
Package containing basic credential classes for authentication purposes.
Package containing HttpPipelinePolicy interface and its implementations.
-
Uses of KeyCredential in com.azure.core.credential
Subclasses of KeyCredential in com.azure.core.credentialModifier and TypeClassDescriptionfinal classRepresents a credential that uses a key to authenticate to an Azure Service.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.