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 ofAzureKeyVaultKeysReactiveServicehandling the paging.private io.smallrye.mutiny.Multi<KeyItem> AzureKeyVaultKeysExtReactiveService.getKeyVersions(String keyName) Returns all versions of a key from Azure Key Vault by means ofAzureKeyVaultKeysReactiveServicehandling 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 booleanKeyUtils.doesDomainMatch(KeyItem keyItem, String domain) Verifies if an Azure Key Vault key has the wanted domain (who use it).static StringKeyUtils.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 booleanVerifies if a key is expired.static booleanVerifies if a key: