Skip navigation links
A B C D E F G H I P R S V 

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Apply additional HttpPipelinePolicy

B

buildAsyncClient() - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Create asynchronous client applying HMACAuthenticationPolicy, UserAgentPolicy, RetryPolicy, and CookiePolicy.
buildClient() - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Create synchronous client applying HmacAuthenticationPolicy, UserAgentPolicy, RetryPolicy, and CookiePolicy.

C

CHAT - Static variable in class com.azure.communication.identity.models.CommunicationTokenScope
Static value chat for CommunicationTokenScope.
clientOptions(ClientOptions) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the client options for all the requests made through the client.
com.azure.communication.identity - package com.azure.communication.identity
Package containing the classes for AzureCommunicationIdentity.
com.azure.communication.identity.models - package com.azure.communication.identity.models
Package containing classes for CommunicationIdentityClient.
CommunicationIdentityAsyncClient - Class in com.azure.communication.identity
Asynchronous client interface for Azure Communication Services identity operations
CommunicationIdentityClient - Class in com.azure.communication.identity
Synchronous client interface for Communication Service identity operations
CommunicationIdentityClientBuilder - Class in com.azure.communication.identity
CommunicationIdentityClientBuilder that creates CommunicationIdentityAsyncClient and CommunicationIdentityClient.
CommunicationIdentityClientBuilder() - Constructor for class com.azure.communication.identity.CommunicationIdentityClientBuilder
 
CommunicationIdentityServiceVersion - Enum in com.azure.communication.identity
The versions of Communication Identity Service supported by this client library.
CommunicationTokenScope - Class in com.azure.communication.identity.models
Defines values for CommunicationTokenScope.
CommunicationTokenScope() - Constructor for class com.azure.communication.identity.models.CommunicationTokenScope
 
CommunicationUserIdentifierAndToken - Class in com.azure.communication.identity.models
The CommunicationUserIdentifierWithAccessTokenResult model.
CommunicationUserIdentifierAndToken(CommunicationUserIdentifier, AccessToken) - Constructor for class com.azure.communication.identity.models.CommunicationUserIdentifierAndToken
Creates a CommunicationUserIdentifierAndToken object
configuration(Configuration) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the configuration object used to retrieve environment configuration values during building of the client.
connectionString(String) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Set endpoint and credential to use
createUser() - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Creates a new CommunicationUserIdentifier.
createUser() - Method in class com.azure.communication.identity.CommunicationIdentityClient
Creates a new CommunicationUserIdentifier.
createUserAndToken(Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Creates a new CommunicationUserIdentifier with token.
createUserAndToken(Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Creates a new CommunicationUserIdentifier with token.
createUserAndTokenWithResponse(Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Creates a new CommunicationUserIdentifier with token with response.
createUserAndTokenWithResponse(Iterable<CommunicationTokenScope>, Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Creates a new CommunicationUserIdentifier with token with response.
createUserWithResponse() - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Creates a new CommunicationUserIdentifier with response.
createUserWithResponse(Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Creates a new CommunicationUserIdentifier with response.
credential(TokenCredential) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.
credential(AzureKeyCredential) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the AzureKeyCredential used to authenticate HTTP requests.

D

deleteUser(CommunicationUserIdentifier) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Deletes a CommunicationUserIdentifier, revokes its tokens and deletes its data.
deleteUser(CommunicationUserIdentifier) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Deletes a CommunicationUserIdentifier, revokes its tokens and deletes its data.
deleteUserWithResponse(CommunicationUserIdentifier) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Deletes a CommunicationUserIdentifier, revokes its tokens and deletes its data with response.
deleteUserWithResponse(CommunicationUserIdentifier, Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Deletes a CommunicationUserIdentifier, revokes its tokens and deletes its data with response.

E

endpoint(String) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Set endpoint of the service

F

fromString(String) - Static method in class com.azure.communication.identity.models.CommunicationTokenScope
Creates or finds a CommunicationTokenScope from its string representation.

G

getCode() - Method in class com.azure.communication.identity.models.IdentityError
Get the code property: The error code.
getDetails() - Method in class com.azure.communication.identity.models.IdentityError
Get the details property: Further details about specific errors that led to this error.
getLatest() - Static method in enum com.azure.communication.identity.CommunicationIdentityServiceVersion
Gets the latest service version supported by this client library
getMessage() - Method in class com.azure.communication.identity.models.IdentityError
Get the message property: The error message.
getTarget() - Method in class com.azure.communication.identity.models.IdentityError
Get the target property: The error target.
getToken(CommunicationUserIdentifier, Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Gets a token for an identity.
getToken(CommunicationUserIdentifier, Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Gets a token for an identity.
getTokenWithResponse(CommunicationUserIdentifier, Iterable<CommunicationTokenScope>) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Gets a token for an identity with response.
getTokenWithResponse(CommunicationUserIdentifier, Iterable<CommunicationTokenScope>, Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Gets a token for an identity.
getUser() - Method in class com.azure.communication.identity.models.CommunicationUserIdentifierAndToken
Get the communicationUser property: A Communication User Identifier.
getUserToken() - Method in class com.azure.communication.identity.models.CommunicationUserIdentifierAndToken
Get the userToken property: A user token.
getValue() - Method in exception com.azure.communication.identity.models.IdentityErrorResponseException
 
getVersion() - Method in enum com.azure.communication.identity.CommunicationIdentityServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Set httpClient to use
httpLogOptions(HttpLogOptions) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the HttpLogOptions for service requests.

I

IdentityError - Class in com.azure.communication.identity.models
The Phone Number Services error.
IdentityError(String, String, String, List<IdentityError>) - Constructor for class com.azure.communication.identity.models.IdentityError
Constructs a new IdentityError
IdentityErrorResponseException - Exception in com.azure.communication.identity.models
Exception thrown on phone number specific errors
IdentityErrorResponseException(String, HttpResponse, IdentityError) - Constructor for exception com.azure.communication.identity.models.IdentityErrorResponseException
Initializes a new instance of the IdentityErrorResponseException class.

P

pipeline(HttpPipeline) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Set endpoint of the service

R

retryPolicy(RetryPolicy) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the RetryPolicy that is used when each request is sent.
revokeTokens(CommunicationUserIdentifier) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Revokes all the tokens created for an identifier.
revokeTokens(CommunicationUserIdentifier) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Revokes all the tokens created for an identifier.
revokeTokensWithResponse(CommunicationUserIdentifier) - Method in class com.azure.communication.identity.CommunicationIdentityAsyncClient
Revokes all the tokens created for an identifier with response.
revokeTokensWithResponse(CommunicationUserIdentifier, Context) - Method in class com.azure.communication.identity.CommunicationIdentityClient
Revokes all the tokens created for a user before a specific date.

S

serviceVersion(CommunicationIdentityServiceVersion) - Method in class com.azure.communication.identity.CommunicationIdentityClientBuilder
Sets the CommunicationIdentityServiceVersion that is used when making API requests.

V

valueOf(String) - Static method in enum com.azure.communication.identity.CommunicationIdentityServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.communication.identity.CommunicationIdentityServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.communication.identity.models.CommunicationTokenScope
 
VOIP - Static variable in class com.azure.communication.identity.models.CommunicationTokenScope
Static value voip for CommunicationTokenScope.
A B C D E F G H I P R S V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.