| Package | Description |
|---|---|
| com.azure.core.credentials |
Package containing basic credential classes for authentication purposes.
|
| com.azure.core.http.policy |
Package containing HttpPipelinePolicy interface and its implementations.
|
| com.azure.identity.credential |
Package containing various types of credentials
|
| com.azure.messaging.eventhubs |
Package containing classes for creating an
EventHubClient or an
EventHubAsyncClient to perform operations on Azure Event Hubs. |
| com.azure.security.keyvault.certificates |
Package containing classes for creating
CertificateAsyncClient and
CertificateClient to perform operations on Azure Key Vault. |
| com.azure.security.keyvault.keys |
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault. |
| com.azure.security.keyvault.keys.cryptography |
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations. |
| com.azure.security.keyvault.secrets |
Package containing classes for creating
SecretAsyncClient and
SecretClient to perform operations on Azure Key Vault. |
| com.azure.storage.common |
This package contains generic classes used by Azure Storage services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthenticationCredential
Basic Auth credentials for use with a REST Service Client.
|
| Constructor and Description |
|---|
BearerTokenAuthenticationPolicy(TokenCredential credential,
String... scopes)
Creates BearerTokenAuthenticationPolicy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeCredential
An AAD credential that acquires a token with an Oauth 2.0 authorization code grant
for an AAD application.
|
class |
ChainedTokenCredential
A token credential provider that can provide a credential from a list of providers.
|
class |
ClientCertificateCredential
An AAD credential that acquires a token with a client certificate for an AAD application.
|
class |
ClientSecretCredential
An AAD credential that acquires a token with a client secret for an AAD application.
|
class |
DefaultAzureCredential
The base class for a token credential to be used in an Azure client library.
|
class |
DeviceCodeCredential
An AAD credential that acquires a token with a device code for an AAD application.
|
class |
EnvironmentCredential
A credential provider that provides token credentials based on environment
variables.
|
class |
InteractiveBrowserCredential
An AAD credential that acquires a token for an AAD application by prompting the login in the default browser.
|
class |
ManagedIdentityCredential
The base class for Managed Service Identity token based credentials.
|
class |
SharedTokenCacheCredential
A credential provider that provides token credentials from the MSAL shared token cache.
|
class |
UsernamePasswordCredential
An AAD credential that acquires a token with a username and a password.
|
| Modifier and Type | Method and Description |
|---|---|
ChainedTokenCredentialBuilder |
ChainedTokenCredentialBuilder.addFirst(TokenCredential credential)
Adds a credential to try to authenticate at the front of the chain.
|
ChainedTokenCredentialBuilder |
ChainedTokenCredentialBuilder.addLast(TokenCredential credential)
Adds a credential to try to authenticate at the last of the chain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventHubSharedAccessKeyCredential
Authorizes with Azure Event Hubs service using a shared access key from either an Event Hubs namespace or a specific
Event Hub.
|
| Modifier and Type | Method and Description |
|---|---|
EventHubClientBuilder |
EventHubClientBuilder.credential(String fullyQualifiedNamespace,
String eventHubName,
TokenCredential credential)
Sets the credential information for which Event Hub instance to connect to, and how to authorize against it.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateClientBuilder |
CertificateClientBuilder.credential(TokenCredential credential)
Sets the credential to use when authenticating HTTP requests.
|
| Constructor and Description |
|---|
KeyVaultCredentialPolicy(TokenCredential credential)
Creates KeyVaultCredentialPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
KeyClientBuilder |
KeyClientBuilder.credential(TokenCredential credential)
Sets the credential to use when authenticating HTTP requests.
|
| Constructor and Description |
|---|
KeyVaultCredentialPolicy(TokenCredential credential)
Creates KeyVaultCredentialPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
CryptographyClientBuilder |
CryptographyClientBuilder.credential(TokenCredential credential)
Sets the credential to use when authenticating HTTP requests.
|
KeyEncryptionKeyClientBuilder |
KeyEncryptionKeyClientBuilder.credential(TokenCredential credential)
Sets the credential to use when authenticating HTTP requests.
|
| Modifier and Type | Method and Description |
|---|---|
SecretClientBuilder |
SecretClientBuilder.credential(TokenCredential credential)
Sets the credential to use when authenticating HTTP requests.
|
| Constructor and Description |
|---|
KeyVaultCredentialPolicy(TokenCredential credential)
Creates KeyVaultCredentialPolicy.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseClientBuilder.credential(TokenCredential credential)
Sets the credential used to authorize requests sent to the service
|
Copyright © 2019 Microsoft Corporation. All rights reserved.