Interface AzureKeyVaultKeysReactiveService

All Known Implementing Classes:
AzureKeyVaultKeysReactiveServiceDev, AzureKeyVaultKeysReactiveServiceImpl

public interface AzureKeyVaultKeysReactiveService

This is the interface of a wrapper of AzureKeyVaultKeysReactiveClient.

When the used profile is dev, AzureKeyVaultKeysReactiveServiceDev is used as implementation and the Azure Key Vault APIs are emulated.

When the used profile is not dev, AzureKeyVaultKeysReactiveServiceImpl is used as implementation, the real Azure Key Vault is used and some advanced features are offered.

Author:
Antonio Tarricone