Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyListResult
Package
Description
-
Uses of KeyListResult in it.pagopa.swclient.mil.azureservices.keyvault.keys.client
Modifier and TypeMethodDescriptionList keys in the specified vault.List keys in the specified vault.AzureKeyVaultKeysClient.getKeyVersions
(String accessToken, String keyName) Retrieves a list of individual key versions with the same key name.AzureKeyVaultKeysClient.getKeyVersions
(String accessToken, String keyName, String skiptoken) Retrieves a list of individual key versions with the same key name.Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<KeyListResult> Lists keys in the specified vault.io.smallrye.mutiny.Uni
<KeyListResult> Lists keys in the specified vault.io.smallrye.mutiny.Uni
<KeyListResult> AzureKeyVaultKeysReactiveClient.getKeyVersions
(String accessToken, String keyName) Returns a list of individual key versions with the same key name.io.smallrye.mutiny.Uni
<KeyListResult> AzureKeyVaultKeysReactiveClient.getKeyVersions
(String accessToken, String keyName, String skiptoken) Returns a list of individual key versions with the same key name. -
Uses of KeyListResult in it.pagopa.swclient.mil.azureservices.keyvault.keys.service
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni
<KeyListResult> AzureKeyVaultKeysReactiveService.getKeys()
Lists keys in the specified vault.io.smallrye.mutiny.Uni
<KeyListResult> Lists keys in the specified vault.io.smallrye.mutiny.Uni
<KeyListResult> AzureKeyVaultKeysReactiveService.getKeyVersions
(String keyName) Returns a list of individual key versions with the same key name.io.smallrye.mutiny.Uni
<KeyListResult> AzureKeyVaultKeysReactiveService.getKeyVersions
(String keyName, String skiptoken) Returns a list of individual key versions with the same key name.