public static class ManagedIdentityApplication.Builder extends AbstractApplicationBase.Builder<ManagedIdentityApplication.Builder>
| Modifier and Type | Method and Description |
|---|---|
ManagedIdentityApplication |
build() |
ManagedIdentityApplication.Builder |
clientCapabilities(List<String> clientCapabilities)
Informs the token issuer that the application is able to perform complex authentication actions.
|
ManagedIdentityApplication.Builder |
resource(String resource)
Deprecated.
This method has no effect as the resource field is not used in the ManagedIdentityApplication itself.
Use
ManagedIdentityParameters.builder(String) to set the resource when calling
ManagedIdentityApplication.acquireTokenForManagedIdentity(ManagedIdentityParameters). |
protected ManagedIdentityApplication.Builder |
self() |
connectTimeoutForDefaultHttpClient, correlationId, disableInternalRetries, executorService, httpClient, logPii, proxy, readTimeoutForDefaultHttpClient, sslSocketFactory@Deprecated public ManagedIdentityApplication.Builder resource(String resource)
ManagedIdentityParameters.builder(String) to set the resource when calling
ManagedIdentityApplication.acquireTokenForManagedIdentity(ManagedIdentityParameters).resource - Resource to access (unused)public ManagedIdentityApplication.Builder clientCapabilities(List<String> clientCapabilities)
clientCapabilities - a list of capabilities (e.g., ["cp1"]) recognized by the token service.public ManagedIdentityApplication build()
protected ManagedIdentityApplication.Builder self()
Copyright © 2013–2026. All rights reserved.