Class NoopTenantSecretService
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.secrets.NoopTenantSecretService
- All Implemented Interfaces:
TenantSecretService
- Author:
- olaa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId) voiddeleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore)
-
Constructor Details
-
NoopTenantSecretService
public NoopTenantSecretService()
-
-
Method Details
-
addSecretStore
public void addSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId) - Specified by:
addSecretStorein interfaceTenantSecretService
-
deleteSecretStore
public void deleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore) - Specified by:
deleteSecretStorein interfaceTenantSecretService
-