- withClientId(String) - Method in class com.microsoft.azure.credentials.AppServiceMSICredentials
-
Specifies the application id (client id) associated with a user assigned managed service identity
resource that should be used to retrieve the access token.
- withClientId(String) - Method in class com.microsoft.azure.credentials.MSICredentials
-
Specifies the application id (client id) associated with a user assigned managed service identity
resource that should be used to retrieve the access token.
- withCustomTimeout(int) - Method in class com.microsoft.azure.credentials.MSICredentials
-
Specify a maximum timeout for the time taken to get the token across
the various retries.
- withIdentityId(String) - Method in class com.microsoft.azure.credentials.MSICredentials
-
Specifies the ARM resource id of the user assigned managed service identity resource that
should be used to retrieve the access token.
- withObjectId(String) - Method in class com.microsoft.azure.credentials.MSICredentials
-
Specifies the object id associated with a user assigned managed service identity
resource that should be used to retrieve the access token.
- withTimeoutInSeconds(long) - Method in class com.microsoft.azure.credentials.ApplicationTokenCredentials
-
Sets the timeout for AAD authentication calls.