Uses of Interface
it.pagopa.swclient.mil.azureservices.identity.client.AzureIdentityClient
Package
Description
-
Uses of AzureIdentityClient in it.pagopa.swclient.mil.azureservices.identity.client.systemmanaged
Modifier and TypeClassDescriptionclass
Reactive client (it's a proxy of REST client) to get access token from Microsoft Entra ID by means of System Managed Identity. -
Uses of AzureIdentityClient in it.pagopa.swclient.mil.azureservices.identity.client.usermanaged
Modifier and TypeClassDescriptionclass
Reactive client (it's a proxy of REST client) to get access token from Microsoft Entra ID by means of User Managed Identity. -
Uses of AzureIdentityClient in it.pagopa.swclient.mil.azureservices.identity.client.workload
Modifier and TypeClassDescriptionclass
Reactive client (it's a proxy of REST client) to get access token from Microsoft Entra ID by means of Workload Identity. -
Uses of AzureIdentityClient in it.pagopa.swclient.mil.azureservices.identity.service
Modifier and TypeFieldDescriptionprivate AzureIdentityClient
AzureIdentityReactiveService.identityClient
Reactive client to retrieve an access token from Microsoft Entra ID.Modifier and TypeMethodDescriptionAzureIdentityReactiveService.getIdentityClient()
Returns identity client in use.ModifierConstructorDescription(package private)
AzureIdentityReactiveService
(Optional<String> identityClientId, Optional<String> identityEndpoint, Optional<String> identityHeader, Optional<String> authorityHost, Optional<String> tenantId, Optional<String> clientId, Optional<String> federatedTokenFile, jakarta.enterprise.inject.Instance<AzureIdentityClient> anyIdentityClient) Constructor.