Class NoopTenantSecretService
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.secrets.NoopTenantSecretService
-
- All Implemented Interfaces:
TenantSecretService
public class NoopTenantSecretService extends Object implements TenantSecretService
- Author:
- olaa
-
-
Constructor Summary
Constructors Constructor Description NoopTenantSecretService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId)voiddeleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore)
-
-
-
Method Detail
-
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
-
-