Package | Description |
---|---|
com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
com.microsoft.azure.batch.auth |
This package contains classes for authenticating requests against the Azure Batch service.
|
com.microsoft.azure.credentials |
The package provides 2 credential classes that work with AutoRest
generated Azure clients for authentication purposes through Azure.
|
com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
com.microsoft.rest.credentials |
The package provides 2 basic credential classes that work with AutoRest
generated clients for authentication purposes.
|
Constructor and Description |
---|
AzureServiceClient(String baseUrl,
ServiceClientCredentials credentials) |
AzureServiceClient(String baseUrl,
ServiceClientCredentials credentials,
okhttp3.OkHttpClient.Builder clientBuilder,
retrofit2.Retrofit.Builder restBuilder)
Initializes a new instance of the ServiceClient class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchCredentials
Interface for credentials used to authenticate access to an Azure Batch account.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchApplicationTokenCredentials
Application token based credentials for use with a Batch Service Client.
|
class |
BatchSharedKeyCredentials
Shared key credentials for an Azure Batch account.
|
class |
BatchUserTokenCredentials
User token based credentials for use with a Batch Service 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 |
AzureTokenCredentials
AzureTokenCredentials represents a credentials object with access to Azure
Resource management.
|
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 |
---|---|
ServiceClientCredentials |
RestClient.credentials() |
Modifier and Type | Method and Description |
---|---|
RestClient.Builder |
RestClient.Builder.withCredentials(ServiceClientCredentials credentials)
Sets the credentials.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticationCredentials
Basic Auth credentials for use with a REST Service Client.
|
class |
TokenCredentials
Token based credentials for use with a REST Service Client.
|
Copyright © 2019. All rights reserved.