public interface IManagedIdentityApplication
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_AUTHORITY |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IAuthenticationResult> |
acquireTokenForManagedIdentity(ManagedIdentityParameters parameters)
Acquires tokens from the configured managed identity on an azure resource.
|
String |
correlationId()
Gets the correlation ID used for tracing requests through the authentication system.
|
IHttpClient |
httpClient()
Gets the HTTP client used by the application for all HTTP requests.
|
boolean |
logPii()
Gets whether personally identifiable information (PII) is included in log messages.
|
Proxy |
proxy()
Gets the proxy configuration used by the application for network communication.
|
SSLSocketFactory |
sslSocketFactory()
Gets the SSL socket factory used by the application for secure network communication.
|
static final String DEFAULT_AUTHORITY
CompletableFuture<IAuthenticationResult> acquireTokenForManagedIdentity(ManagedIdentityParameters parameters) throws Exception
parameters - instance of ManagedIdentityParametersCompletableFuture containing an IAuthenticationResultExceptionboolean logPii()
String correlationId()
IHttpClient httpClient()
Proxy proxy()
SSLSocketFactory sslSocketFactory()
Copyright © 2013–2025. All rights reserved.