Index
All Classes and Interfaces|All Packages
A
- accountDomain(String) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the Mixed Reality service account domain.
- accountId(String) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the Mixed Reality service account identifier.
- addPolicy(HttpPipelinePolicy) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Adds a
pipeline policyto apply on each request sent.
B
- buildAsyncClient() - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Create a
MixedRealityStsAsyncClientbased on options set in the builder. - buildClient() - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Create a
MixedRealityStsClientbased on options set in the builder.
C
- clientOptions(ClientOptions) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
- com.azure.mixedreality.authentication - package com.azure.mixedreality.authentication
-
Package containing classes used for retrieving access tokens from the Mixed Reality STS service.
- configuration(Configuration) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the configuration store that is used during construction of the service client.
- credential(AzureKeyCredential) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
AzureKeyCredentialused to authenticate HTTP requests. - credential(TokenCredential) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
TokenCredentialused to authorize requests sent to the service.
E
- endpoint(String) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the Mixed Reality STS service endpoint.
G
- getLatest() - Static method in enum com.azure.mixedreality.authentication.MixedRealityStsServiceVersion
-
Gets the latest service version supported by this client library.
- getToken() - Method in class com.azure.mixedreality.authentication.MixedRealityStsAsyncClient
-
Retrieve a token from the STS service for the specified account information.
- getToken() - Method in class com.azure.mixedreality.authentication.MixedRealityStsClient
-
Retrieve a token from the STS service for the specified account information.
- getTokenWithResponse() - Method in class com.azure.mixedreality.authentication.MixedRealityStsAsyncClient
-
Retrieve a token from the STS service for the specified account information.
- getTokenWithResponse(Context) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClient
-
Retrieve a token from the STS service for the specified account information.
- getVersion() - Method in enum com.azure.mixedreality.authentication.MixedRealityStsServiceVersion
-
Gets the string representation of the
ServiceVersion
H
- httpClient(HttpClient) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
HttpClientto use for sending and receiving requests to and from the service. - httpLogOptions(HttpLogOptions) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
logging configurationto use when sending and receiving requests to and from the service.
M
- MixedRealityStsAsyncClient - Class in com.azure.mixedreality.authentication
-
Represents the Mixed Reality STS client for retrieving STS tokens used to access Mixed Reality services.
- MixedRealityStsClient - Class in com.azure.mixedreality.authentication
-
Represents the Mixed Reality STS client for retrieving STS tokens used to access Mixed Reality services.
- MixedRealityStsClientBuilder - Class in com.azure.mixedreality.authentication
-
This class provides a fluent builder API to help aid the configuration and instantiation of
MixedRealityStsClientsandMixedRealityStsAsyncClient, callbuildClientandbuildAsyncClientrespectively to construct an instance of the desired client. - MixedRealityStsClientBuilder() - Constructor for class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Constructs a new builder used to configure and build
MixedRealityStsClientsandMixedRealityStsAsyncClients. - MixedRealityStsServiceVersion - Enum in com.azure.mixedreality.authentication
-
The versions of the Azure Mixed Reality STS supported by this client library.
P
- pipeline(HttpPipeline) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
HttpPipelineto use for the service client.
R
- retryOptions(RetryOptions) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
RetryOptionsfor all the requests made through the client. - retryPolicy(RetryPolicy) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
RetryPolicythat is used to retry requests.
S
- serviceVersion(MixedRealityStsServiceVersion) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
-
Sets the
MixedRealityStsServiceVersionthat is used when making API requests.
V
- V2019_02_28_PREVIEW - Enum constant in enum com.azure.mixedreality.authentication.MixedRealityStsServiceVersion
-
Service version
2019-02-28-preview. - valueOf(String) - Static method in enum com.azure.mixedreality.authentication.MixedRealityStsServiceVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.mixedreality.authentication.MixedRealityStsServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages