Uses of Class
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyItem
Package
Description
-
Uses of KeyItem in it.pagopa.swclient.mil.azureservices.keyvault.keys.bean
-
Uses of KeyItem in it.pagopa.swclient.mil.azureservices.keyvault.keys.service
Modifier 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
Modifier 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: