Uses of Package
com.azure.core.credential
Packages that use com.azure.core.credential
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.
-
Classes in com.azure.core.credential used by com.azure.core.client.traitsClassDescriptionThe
AzureKeyCredentialis used to authenticate and authorize requests made to Azure services.TheAzureNamedKeyCredentialis used to authenticate and authorize requests made to Azure services.Represents a credential that uses a shared access signature to authenticate to an Azure Service.Represents a credential that uses a key to authenticate.Token Credential interface serves as a fundamental component for managing and providing access tokens required for Azure Active Directory (Azure AD) authentication when making requests to Azure services. -
Classes in com.azure.core.credential used by com.azure.core.credentialClassDescriptionRepresents an immutable access token with a token string and an expiration time.The
AzureKeyCredentialis used to authenticate and authorize requests made to Azure services.Represents a credential bag containing the key and the name of the key.TheAzureNamedKeyCredentialis used to authenticate and authorize requests made to Azure services.Represents a credential that uses a shared access signature to authenticate to an Azure Service.Represents a credential that uses a key to authenticate.Specifies Options for Pop Token authentication.Token Credential interface serves as a fundamental component for managing and providing access tokens required for Azure Active Directory (Azure AD) authentication when making requests to Azure services.TheTokenRequestContextis a class used to provide additional information and context when requesting an access token from an authentication source. -
Classes in com.azure.core.credential used by com.azure.core.http.policyClassDescriptionThe
AzureKeyCredentialis used to authenticate and authorize requests made to Azure services.Represents a credential that uses a shared access signature to authenticate to an Azure Service.Represents a credential that uses a key to authenticate.Token Credential interface serves as a fundamental component for managing and providing access tokens required for Azure Active Directory (Azure AD) authentication when making requests to Azure services.TheTokenRequestContextis a class used to provide additional information and context when requesting an access token from an authentication source.