- 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
-
- addAll(Collection<? extends TokenCredential>) - Method in class com.azure.identity.ChainedTokenCredentialBuilder
-
- 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.
- authenticate(TokenRequestContext) - Method in class com.azure.identity.DeviceCodeCredential
-
Authenticates a user via the device code flow.
- authenticate() - Method in class com.azure.identity.DeviceCodeCredential
-
Authenticates a user via the device code flow.
- authenticate(TokenRequestContext) - Method in class com.azure.identity.InteractiveBrowserCredential
-
Interactively authenticates a user via the default browser.
- authenticate() - Method in class com.azure.identity.InteractiveBrowserCredential
-
Interactively authenticates a user via the default browser.
- authenticate(TokenRequestContext) - Method in class com.azure.identity.UsernamePasswordCredential
-
Authenticates the user using the specified username and password.
- authenticate() - Method in class com.azure.identity.UsernamePasswordCredential
-
Authenticates the user using the specified username and password.
- AuthenticationRecord - Class in com.azure.identity
-
Represents the account information relating to an authentication request
- authenticationRecord(AuthenticationRecord) - Method in class com.azure.identity.DeviceCodeCredentialBuilder
-
- authenticationRecord(AuthenticationRecord) - Method in class com.azure.identity.InteractiveBrowserCredentialBuilder
-
- authenticationRecord(AuthenticationRecord) - Method in class com.azure.identity.SharedTokenCacheCredentialBuilder
-
- AuthenticationRequiredException - Exception in com.azure.identity
-
The exception thrown to indicate that interactive authentication is required.
- AuthenticationRequiredException(String, TokenRequestContext) - Constructor for exception com.azure.identity.AuthenticationRequiredException
-
- AuthenticationRequiredException(String, TokenRequestContext, Throwable) - Constructor for exception com.azure.identity.AuthenticationRequiredException
-
- 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.DefaultAzureCredentialBuilder
-
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
-
- AuthorizationCodeCredentialBuilder() - Constructor for class com.azure.identity.AuthorizationCodeCredentialBuilder
-
- AZURE_CHINA - Static variable in class com.azure.identity.AzureAuthorityHosts
-
The host of the Azure Active Directory authority for tenants in the Azure China Cloud.
- AZURE_GERMANY - Static variable in class com.azure.identity.AzureAuthorityHosts
-
The host of the Azure Active Directory authority for tenants in the Azure German Cloud.
- AZURE_GOVERNMENT - Static variable in class com.azure.identity.AzureAuthorityHosts
-
The host of the Azure Active Directory authority for tenants in the Azure US Government Cloud.
- AZURE_PUBLIC_CLOUD - Static variable in class com.azure.identity.AzureAuthorityHosts
-
The host of the Azure Active Directory authority for tenants in the Azure Public Cloud.
- AzureAuthorityHosts - Class in com.azure.identity
-
Defines fields exposing the well known authority hosts for the Azure Public Cloud and sovereign clouds.
- AzureCliCredential - Class in com.azure.identity
-
A credential provider that provides token credentials based on Azure CLI
command.
- AzureCliCredentialBuilder - Class in com.azure.identity
-
- AzureCliCredentialBuilder() - Constructor for class com.azure.identity.AzureCliCredentialBuilder
-
- AzurePowerShellCredential - Class in com.azure.identity
-
A credential provider that provides token credentials based on Azure Power Shell command.
- AzurePowerShellCredentialBuilder - Class in com.azure.identity
-
- AzurePowerShellCredentialBuilder() - Constructor for class com.azure.identity.AzurePowerShellCredentialBuilder
-
- getAuthority() - Method in class com.azure.identity.AuthenticationRecord
-
Get the authority host used to authenticate the account.
- getClientId() - Method in class com.azure.identity.AuthenticationRecord
-
Get the client id of the application used for authentication.
- 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.
- getHomeAccountId() - Method in class com.azure.identity.AuthenticationRecord
-
Get the unique identifier of the account.
- getMessage() - Method in class com.azure.identity.DeviceCodeInfo
-
Gets the message which should be displayed to the user.
- getName() - Method in class com.azure.identity.TokenCachePersistenceOptions
-
Get the name uniquely identifying the cache.
- getTenantId() - Method in class com.azure.identity.AuthenticationRecord
-
Get the tenant, which the account authenticated in.
- getToken(TokenRequestContext) - Method in class com.azure.identity.AuthorizationCodeCredential
-
- getToken(TokenRequestContext) - Method in class com.azure.identity.AzureCliCredential
-
- getToken(TokenRequestContext) - Method in class com.azure.identity.AzurePowerShellCredential
-
- getToken(TokenRequestContext) - Method in class com.azure.identity.ChainedTokenCredential
-
Sequentially calls TokenCredential.getToken(TokenRequestContext) on all the specified credentials,
returning the first successfully obtained AccessToken.
- 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.IntelliJCredential
-
- 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
-
- getToken(TokenRequestContext) - Method in class com.azure.identity.VisualStudioCodeCredential
-
- getTokenRequestContext() - Method in exception com.azure.identity.AuthenticationRequiredException
-
Get the details of the authentication request which resulted in the authentication failure.
- getUserCode() - Method in class com.azure.identity.DeviceCodeInfo
-
Gets the code which user needs to provide when authenticating at the verification URL.
- getUsername() - Method in class com.azure.identity.AuthenticationRecord
-
Get the user principal name of the account.
- getVerificationUrl() - Method in class com.azure.identity.DeviceCodeInfo
-
Gets the URL where user can authenticate.