Package | Description |
---|---|
com.microsoft.azure.credentials |
The package provides 2 credential classes that work with AutoRest
generated Azure clients for authentication purposes through Azure.
|
com.microsoft.azure.management |
This package contains the Azure rollup client.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationTokenCredentials
Token based credentials for use with a REST Service Client.
|
class |
AppServiceMSICredentials
Managed Service Identity token based credentials for use with a REST Service Client.
|
class |
AzureCliCredentials
Token based credentials for use with a REST Service Client.
|
class |
DelegatedTokenCredentials
Token based credentials to authenticate an application on behalf of a user.
|
class |
MSICredentials
Managed Service Identity token based credentials for use with a REST Service Client.
|
class |
UserTokenCredentials
Token based credentials for use with a REST Service Client.
|
Modifier and Type | Method and Description |
---|---|
AzureTokenCredentials |
AzureTokenCredentials.withDefaultSubscriptionId(String subscriptionId)
Set default subscription ID.
|
AzureTokenCredentials |
AzureTokenCredentials.withProxy(Proxy proxy)
Set the proxy used for accessing Active Directory.
|
Modifier and Type | Method and Description |
---|---|
static Azure.Authenticated |
Azure.authenticate(AzureTokenCredentials credentials)
Authenticate to Azure using an Azure credentials object.
|
Azure.Authenticated |
Azure.Configurable.authenticate(AzureTokenCredentials credentials)
Authenticates API access based on the provided credentials.
|
Copyright © 2019. All rights reserved.