Uses of Class
it.pagopa.swclient.mil.azureservices.identity.bean.AccessToken
Package
Description
-
Uses of AccessToken in it.pagopa.swclient.mil.azureservices.identity.client
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<AccessToken> AzureIdentityClient.getAccessToken
(String scope) Retrieves an access token for an Azure resource. -
Uses of AccessToken in it.pagopa.swclient.mil.azureservices.identity.client.systemmanaged
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<AccessToken> AzureSystemManagedIdentityClient.getAccessToken
(String scope) io.smallrye.mutiny.Uni
<AccessToken> AzureSystemManagedIdentityRestClient.getAccessToken
(String scope) Retrieves an access token for an Azure resource. -
Uses of AccessToken in it.pagopa.swclient.mil.azureservices.identity.client.usermanaged
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<AccessToken> AzureUserManagedIdentityClient.getAccessToken
(String scope) io.smallrye.mutiny.Uni
<AccessToken> AzureUserManagedIdentityRestClient.getAccessToken
(String scope) Retrieves an access token for an Azure resource. -
Uses of AccessToken in it.pagopa.swclient.mil.azureservices.identity.client.workload
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<AccessToken> AzureWorkloadIdentityClient.getAccessToken
(String scope) io.smallrye.mutiny.Uni
<AccessToken> AzureWorkloadIdentityRestClient.getAccessToken
(String scope) Retrieves an access token for an Azure resource. -
Uses of AccessToken in it.pagopa.swclient.mil.azureservices.identity.service
Modifier and TypeFieldDescriptionprivate Map
<String, AccessToken> AzureIdentityReactiveService.cache
Cache of access tokens.Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<AccessToken> AzureIdentityReactiveService.getAccessToken
(String scope) Retrieves an access token for an Azure resource looking in the cache for a valid one and, in case of cache-miss, invokes Microsoft Entra ID.io.smallrye.mutiny.Uni
<AccessToken> AzureIdentityReactiveService.getNewAccessTokenAndCacheIt
(String scope) Retrieves an access token from Microsoft Entra ID and stores it in the cache.