Skip navigation links
A B C D E G I M P R S T U 

A

AadCredentialBuilderBase<T extends AadCredentialBuilderBase<T>> - Class in com.azure.identity
The base class for credential builders that allow specifying a client ID and tenant ID for an Azure Active Directory.
AadCredentialBuilderBase() - Constructor for class com.azure.identity.AadCredentialBuilderBase
 
addFirst(TokenCredential) - Method in class com.azure.identity.ChainedTokenCredentialBuilder
Adds a credential to try to authenticate at the front of the chain.
addLast(TokenCredential) - Method in class com.azure.identity.ChainedTokenCredentialBuilder
Adds a credential to try to authenticate at the last of the chain.
authorityHost(String) - Method in class com.azure.identity.AadCredentialBuilderBase
Specifies the Azure Active Directory endpoint to acquire tokens.
authorityHost(String) - Method in class com.azure.identity.EnvironmentCredentialBuilder
Specifies the Azure Active Directory endpoint to acquire tokens.
authorizationCode(String) - Method in class com.azure.identity.AuthorizationCodeCredentialBuilder
Sets the authorization code on the builder.
AuthorizationCodeCredential - Class in com.azure.identity
An AAD credential that acquires a token with an Oauth 2.0 authorization code grant for an AAD application.
AuthorizationCodeCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a AuthorizationCodeCredential.
AuthorizationCodeCredentialBuilder() - Constructor for class com.azure.identity.AuthorizationCodeCredentialBuilder
 

B

build() - Method in class com.azure.identity.AuthorizationCodeCredentialBuilder
Creates a new AuthorizationCodeCredential with the current configurations.
build() - Method in class com.azure.identity.ChainedTokenCredentialBuilder
Creates a new ChainedTokenCredential with the current configurations.
build() - Method in class com.azure.identity.ClientCertificateCredentialBuilder
Creates a new ClientCertificateCredential with the current configurations.
build() - Method in class com.azure.identity.ClientSecretCredentialBuilder
Creates a new ClientCertificateCredential with the current configurations.
build() - Method in class com.azure.identity.DefaultAzureCredentialBuilder
Creates new DefaultAzureCredential with the configured options set.
build() - Method in class com.azure.identity.DeviceCodeCredentialBuilder
Creates a new DeviceCodeCredential with the current configurations.
build() - Method in class com.azure.identity.EnvironmentCredentialBuilder
Creates a new EnvironmentCredential with the current configurations.
build() - Method in class com.azure.identity.InteractiveBrowserCredentialBuilder
Creates a new InteractiveBrowserCredential with the current configurations.
build() - Method in class com.azure.identity.ManagedIdentityCredentialBuilder
Creates a new ManagedIdentityCredential with the current configurations.
build() - Method in class com.azure.identity.SharedTokenCacheCredentialBuilder
Creates a new SharedTokenCacheCredentialBuilder with the current configurations.
build() - Method in class com.azure.identity.UsernamePasswordCredentialBuilder
Creates a new UsernamePasswordCredential with the current configurations.

C

ChainedTokenCredential - Class in com.azure.identity
A token credential provider that can provide a credential from a list of providers.
ChainedTokenCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a ChainedTokenCredential.
ChainedTokenCredentialBuilder() - Constructor for class com.azure.identity.ChainedTokenCredentialBuilder
Creates an instance of the builder to config the credential.
challengeConsumer(Consumer<DeviceCodeInfo>) - Method in class com.azure.identity.DeviceCodeCredentialBuilder
Sets the port for the local HTTP server, for which http://localhost:{port} must be registered as a valid reply URL on the application.
ClientCertificateCredential - Class in com.azure.identity
An AAD credential that acquires a token with a client certificate for an AAD application.
ClientCertificateCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a ClientCertificateCredential.
ClientCertificateCredentialBuilder() - Constructor for class com.azure.identity.ClientCertificateCredentialBuilder
 
clientId(String) - Method in class com.azure.identity.AadCredentialBuilderBase
Sets the client ID of the application.
clientId(String) - Method in class com.azure.identity.ManagedIdentityCredentialBuilder
Specifies the client ID of user assigned or system assigned identity.
clientId(String) - Method in class com.azure.identity.SharedTokenCacheCredentialBuilder
Sets the client ID for the application.
clientSecret(String) - Method in class com.azure.identity.ClientSecretCredentialBuilder
Sets the client secret for the authentication.
ClientSecretCredential - Class in com.azure.identity
An AAD credential that acquires a token with a client secret for an AAD application.
ClientSecretCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a ClientSecretCredential.
ClientSecretCredentialBuilder() - Constructor for class com.azure.identity.ClientSecretCredentialBuilder
 
com.azure.identity - package com.azure.identity
Package containing various types of credentials and classes for retrieving access tokens from various configurations.
CredentialBuilderBase<T extends CredentialBuilderBase<T>> - Class in com.azure.identity
The base class for all the credential builders.

D

DefaultAzureCredential - Class in com.azure.identity
Creates a credential using environment variables or the shared token cache.
DefaultAzureCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a DefaultAzureCredential.
DefaultAzureCredentialBuilder() - Constructor for class com.azure.identity.DefaultAzureCredentialBuilder
 
DeviceCodeCredential - Class in com.azure.identity
An AAD credential that acquires a token with a device code for an AAD application.
DeviceCodeCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a DeviceCodeCredential.
DeviceCodeCredentialBuilder() - Constructor for class com.azure.identity.DeviceCodeCredentialBuilder
 
DeviceCodeInfo - Class in com.azure.identity
Response returned from the STS device code endpoint containing information necessary for device code flow.
DeviceCodeInfo(String, String, String, OffsetDateTime, String) - Constructor for class com.azure.identity.DeviceCodeInfo
Creates an instance of a device code info.

E

EnvironmentCredential - Class in com.azure.identity
A credential provider that provides token credentials based on environment variables.
EnvironmentCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a EnvironmentCredential.
EnvironmentCredentialBuilder() - Constructor for class com.azure.identity.EnvironmentCredentialBuilder
 

G

getClientId() - Method in class com.azure.identity.ManagedIdentityCredential
Gets the client ID of user assigned or system assigned identity.
getDeviceCode() - Method in class com.azure.identity.DeviceCodeInfo
Gets the code which should be included in the request for the access token.
getExpiresOn() - Method in class com.azure.identity.DeviceCodeInfo
Gets the expiration time of device code.
getMessage() - Method in class com.azure.identity.DeviceCodeInfo
Gets the message which should be displayed to the user.
getToken(TokenRequestContext) - Method in class com.azure.identity.AuthorizationCodeCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.ChainedTokenCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.ClientCertificateCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.ClientSecretCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.DeviceCodeCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.EnvironmentCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.InteractiveBrowserCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.ManagedIdentityCredential
 
getToken(TokenRequestContext) - Method in class com.azure.identity.SharedTokenCacheCredential
Gets token from shared token cache
getToken(TokenRequestContext) - Method in class com.azure.identity.UsernamePasswordCredential
 
getUserCode() - Method in class com.azure.identity.DeviceCodeInfo
Gets the code which user needs to provide when authenticating at the verification URL.
getVerificationUrl() - Method in class com.azure.identity.DeviceCodeInfo
Gets the URL where user can authenticate.

I

InteractiveBrowserCredential - Class in com.azure.identity
An AAD credential that acquires a token for an AAD application by prompting the login in the default browser.
InteractiveBrowserCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a InteractiveBrowserCredential.
InteractiveBrowserCredentialBuilder() - Constructor for class com.azure.identity.InteractiveBrowserCredentialBuilder
 

M

ManagedIdentityCredential - Class in com.azure.identity
The base class for Managed Service Identity token based credentials.
ManagedIdentityCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a ManagedIdentityCredential.
ManagedIdentityCredentialBuilder() - Constructor for class com.azure.identity.ManagedIdentityCredentialBuilder
 
maxRetry(int) - Method in class com.azure.identity.CredentialBuilderBase
Specifies the max number of retries when an authentication request fails.

P

password(String) - Method in class com.azure.identity.UsernamePasswordCredentialBuilder
Sets the password of the user.
pemCertificate(String) - Method in class com.azure.identity.ClientCertificateCredentialBuilder
Sets the client certificate for authenticating to AAD.
pfxCertificate(String, String) - Method in class com.azure.identity.ClientCertificateCredentialBuilder
Sets the client certificate for authenticating to AAD.
port(int) - Method in class com.azure.identity.InteractiveBrowserCredentialBuilder
Sets the port for the local HTTP server, for which http://localhost:{port} must be registered as a valid reply URL on the application.
proxyOptions(ProxyOptions) - Method in class com.azure.identity.CredentialBuilderBase
Specifies he options for proxy configuration.

R

redirectUrl(String) - Method in class com.azure.identity.AuthorizationCodeCredentialBuilder
Sets redirect URL for the Oauth 2.0 login request, which must be registered as a valid redirect URL on the application.
retryTimeout(Function<Duration, Duration>) - Method in class com.azure.identity.CredentialBuilderBase
Specifies a Function to calculate seconds of timeout on every retried request.

S

SharedTokenCacheCredential - Class in com.azure.identity
A credential provider that provides token credentials from the MSAL shared token cache.
SharedTokenCacheCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a SharedTokenCacheCredential.
SharedTokenCacheCredentialBuilder() - Constructor for class com.azure.identity.SharedTokenCacheCredentialBuilder
 

T

tenantId(String) - Method in class com.azure.identity.AadCredentialBuilderBase
Sets the tenant ID of the application.

U

username(String) - Method in class com.azure.identity.SharedTokenCacheCredentialBuilder
Sets the username for the account.
username(String) - Method in class com.azure.identity.UsernamePasswordCredentialBuilder
Sets the username of the user.
UsernamePasswordCredential - Class in com.azure.identity
An AAD credential that acquires a token with a username and a password.
UsernamePasswordCredentialBuilder - Class in com.azure.identity
Fluent credential builder for instantiating a UsernamePasswordCredential.
UsernamePasswordCredentialBuilder() - Constructor for class com.azure.identity.UsernamePasswordCredentialBuilder
 
A B C D E G I M P R S T U 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2019 Microsoft Corporation. All rights reserved.