Index

A B C E G H M P R S V 
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 policy to apply on each request sent.

B

buildAsyncClient() - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Create a MixedRealityStsAsyncClient based on options set in the builder.
buildClient() - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Create a MixedRealityStsClient based 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 AzureKeyCredential used to authenticate HTTP requests.
credential(TokenCredential) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Sets the TokenCredential used 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

H

httpClient(HttpClient) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Sets the HttpClient to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Sets the logging configuration to 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 MixedRealityStsClients and MixedRealityStsAsyncClient, call buildClient and buildAsyncClient respectively 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 MixedRealityStsClients and MixedRealityStsAsyncClients.
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 HttpPipeline to use for the service client.

R

retryOptions(RetryOptions) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Sets the RetryOptions for all the requests made through the client.
retryPolicy(RetryPolicy) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Sets the RetryPolicy that is used to retry requests.

S

serviceVersion(MixedRealityStsServiceVersion) - Method in class com.azure.mixedreality.authentication.MixedRealityStsClientBuilder
Sets the MixedRealityStsServiceVersion that 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.
A B C E G H M P R S V 
All Classes and Interfaces|All Packages