Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.secrets.TenantSecretStore
Packages that use TenantSecretStore
Package
Description
-
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return types with arguments of type TenantSecretStoreConstructor parameters in com.yahoo.vespa.hosted.controller.api.application.v4.model with type arguments of type TenantSecretStoreModifierConstructorDescriptionDeploymentData(com.yahoo.config.provision.ApplicationId instance, com.yahoo.config.provision.zone.ZoneId zone, Supplier<InputStream> applicationPackage, com.yahoo.component.Version platform, Supplier<DeploymentEndpoints> endpoints, Optional<com.yahoo.config.provision.DockerImage> dockerImageRepo, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athenzDomain, Supplier<Quota> quota, List<TenantSecretStore> tenantSecretStores, List<X509Certificate> operatorCertificates, Supplier<Optional<com.yahoo.config.provision.CloudAccount>> cloudAccount, Supplier<List<DataplaneTokenVersions>> dataPlaneTokens, boolean dryRun) -
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type TenantSecretStoreModifier and TypeMethodDescriptionConfigServer.validateSecretStore(DeploymentId deploymentId, TenantSecretStore tenantSecretStore, String region, String parameterName) Validates secret store configuration. -
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.api.integration.secrets
Methods in com.yahoo.vespa.hosted.controller.api.integration.secrets with parameters of type TenantSecretStoreModifier and TypeMethodDescriptionvoidNoopTenantSecretService.addSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId) voidTenantSecretService.addSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId) voidNoopTenantSecretService.deleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore) voidTenantSecretService.deleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore) -
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type TenantSecretStoreModifier and TypeMethodDescriptionCloudTenant.tenantSecretStores()List of configured secret storesConstructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type TenantSecretStoreModifierConstructorDescriptionCloudTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, LastLoginInfo lastLoginInfo, Optional<SimplePrincipal> creator, com.google.common.collect.BiMap<PublicKey, SimplePrincipal> developerKeys, TenantInfo info, List<TenantSecretStore> tenantSecretStores, ArchiveAccess archiveAccess, Optional<Instant> invalidateUserSessionsBefore, Instant tenantRoleLastMaintained, List<CloudAccountInfo> cloudAccounts, Optional<BillingReference> billingReference, PlanId planId) Public for the serialization layer — do not use!