Uses of Class
it.pagopa.swclient.mil.azureservices.identity.service.AzureIdentityReactiveService
Packages that use AzureIdentityReactiveService
Package
Description
- 
Uses of AzureIdentityReactiveService in it.pagopa.swclient.mil.azureservices.keyvault.keys.service
Fields in it.pagopa.swclient.mil.azureservices.keyvault.keys.service declared as AzureIdentityReactiveServiceModifier and TypeFieldDescriptionprivate AzureIdentityReactiveServiceAzureKeyVaultKeysReactiveServiceImpl.identityServiceService to retrieve the access token from Microsoft Entra ID.Constructors in it.pagopa.swclient.mil.azureservices.keyvault.keys.service with parameters of type AzureIdentityReactiveServiceModifierConstructorDescription(package private)AzureKeyVaultKeysReactiveServiceImpl(AzureIdentityReactiveService identityService) Constructor. - 
Uses of AzureIdentityReactiveService in it.pagopa.swclient.mil.azureservices.storageblob.service
Fields in it.pagopa.swclient.mil.azureservices.storageblob.service declared as AzureIdentityReactiveServiceModifier and TypeFieldDescriptionprivate AzureIdentityReactiveServiceAzureStorageBlobReactiveService.identityServiceService to retrieve the access token from Microsoft Entra ID.Constructors in it.pagopa.swclient.mil.azureservices.storageblob.service with parameters of type AzureIdentityReactiveServiceModifierConstructorDescription(package private)AzureStorageBlobReactiveService(AzureIdentityReactiveService identityService) Constructor.