Uses of Class
it.pagopa.swclient.mil.azureservices.identity.bean.AccessToken
Packages that use AccessToken
Package
Description
-
Uses of AccessToken in it.pagopa.swclient.mil.azureservices.identity.client
Methods in it.pagopa.swclient.mil.azureservices.identity.client that return types with arguments of type AccessTokenModifier 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
Methods in it.pagopa.swclient.mil.azureservices.identity.client.systemmanaged that return types with arguments of type AccessTokenModifier 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
Methods in it.pagopa.swclient.mil.azureservices.identity.client.usermanaged that return types with arguments of type AccessTokenModifier 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
Methods in it.pagopa.swclient.mil.azureservices.identity.client.workload that return types with arguments of type AccessTokenModifier 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
Fields in it.pagopa.swclient.mil.azureservices.identity.service with type parameters of type AccessTokenModifier and TypeFieldDescriptionprivate Map<String, AccessToken> AzureIdentityReactiveService.cacheCache of access tokens.Methods in it.pagopa.swclient.mil.azureservices.identity.service that return types with arguments of type AccessTokenModifier 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.