Uses of Class
com.yahoo.vespa.hosted.controller.tenant.TenantInfo
Packages that use TenantInfo
-
Uses of TenantInfo in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TenantInfoModifier and TypeMethodDescriptionstatic TenantInfoTenantInfo.empty()CloudTenant.info()Legal name, addresses etcTenantInfo.withAddress(TenantAddress address) TenantInfo.withBilling(TenantBilling billingContact) TenantInfo.withContact(TenantContact contact) TenantInfo.withContacts(TenantContacts contacts) TenantInfo.withWebsite(String website) Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type TenantInfoModifierConstructorDescriptionCloudTenant(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) Public for the serialization layer — do not use!