Uses of Interface
it.pagopa.swclient.mil.azureservices.identity.client.AzureIdentityClient
Packages that use AzureIdentityClient
Package
Description
-
Uses of AzureIdentityClient in it.pagopa.swclient.mil.azureservices.identity.client.systemmanaged
Classes in it.pagopa.swclient.mil.azureservices.identity.client.systemmanaged that implement AzureIdentityClientModifier 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
Classes in it.pagopa.swclient.mil.azureservices.identity.client.usermanaged that implement AzureIdentityClientModifier 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
Classes in it.pagopa.swclient.mil.azureservices.identity.client.workload that implement AzureIdentityClientModifier 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
Fields in it.pagopa.swclient.mil.azureservices.identity.service declared as AzureIdentityClientModifier and TypeFieldDescriptionprivate AzureIdentityClient
AzureIdentityReactiveService.identityClient
Reactive client to retrieve an access token from Microsoft Entra ID.Methods in it.pagopa.swclient.mil.azureservices.identity.service that return AzureIdentityClientModifier and TypeMethodDescriptionAzureIdentityReactiveService.getIdentityClient()
Returns identity client in use.Constructor parameters in it.pagopa.swclient.mil.azureservices.identity.service with type arguments of type AzureIdentityClientModifierConstructorDescription(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.