Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyItem
Packages that use KeyItem
Package
Description
-
Uses of KeyItem in it.pagopa.swclient.mil.azureservices.keyvault.keys.bean
Fields in it.pagopa.swclient.mil.azureservices.keyvault.keys.bean with type parameters of type KeyItem -
Uses of KeyItem in it.pagopa.swclient.mil.azureservices.keyvault.keys.service
Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.service that return types with arguments of type KeyItemModifier and TypeMethodDescriptionprivate io.smallrye.mutiny.Multi
<KeyItem> AzureKeyVaultKeysExtReactiveService.getKeys()
Returns all keys from Azure Key Vault by means ofAzureKeyVaultKeysReactiveService
handling the paging.private io.smallrye.mutiny.Multi
<KeyItem> AzureKeyVaultKeysExtReactiveService.getKeyVersions
(String keyName) Returns all versions of a key from Azure Key Vault by means ofAzureKeyVaultKeysReactiveService
handling the paging. -
Uses of KeyItem in it.pagopa.swclient.mil.azureservices.keyvault.keys.util
Methods in it.pagopa.swclient.mil.azureservices.keyvault.keys.util with parameters of type KeyItemModifier and TypeMethodDescriptionstatic boolean
KeyUtils.doesDomainMatch
(KeyItem keyItem, String domain) Verifies if an Azure Key Vault key has the wanted domain (who use it).static String
KeyUtils.getKeyName
(KeyItem keyItem) Returns the name of an Azure Key Vault key.static String[]
KeyUtils.getKeyNameVersion
(KeyItem keyItem) Returns the name and the version of an Azure Key Vault key.static boolean
Verifies if a key is expired.static boolean
Verifies if a key: