Uses of Class
com.yahoo.vespa.hosted.controller.tenant.Tenant
-
Packages that use Tenant Package Description com.yahoo.vespa.hosted.controller.api.integration.aws com.yahoo.vespa.hosted.controller.api.integration.user com.yahoo.vespa.hosted.controller.tenant -
-
Uses of Tenant in com.yahoo.vespa.hosted.controller.api.integration.aws
Methods in com.yahoo.vespa.hosted.controller.api.integration.aws with parameters of type Tenant Modifier and Type Method Description Optional<TenantRoles>NoopRoleService. createTenantRole(Tenant tenant)Optional<TenantRoles>RoleService. createTenantRole(Tenant tenant) -
Uses of Tenant in com.yahoo.vespa.hosted.controller.api.integration.user
Methods in com.yahoo.vespa.hosted.controller.api.integration.user that return types with arguments of type Tenant Modifier and Type Method Description List<Tenant>RoleMaintainer. tenantsToDelete(List<Tenant> tenants)Finds the subset of tenants that should be deleted based on role/domain existenceList<Tenant>RoleMaintainerMock. tenantsToDelete(List<Tenant> tenants)Methods in com.yahoo.vespa.hosted.controller.api.integration.user with parameters of type Tenant Modifier and Type Method Description voidRoleMaintainerMock. mockTenantToDelete(Tenant tenant)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.user with type arguments of type Tenant Modifier and Type Method Description voidRoleMaintainer. deleteLeftoverRoles(List<Tenant> tenants, List<com.yahoo.config.provision.ApplicationId> applications)Given the set of all existing tenants and applications, delete any superflous rolesvoidRoleMaintainerMock. deleteLeftoverRoles(List<Tenant> tenants, List<com.yahoo.config.provision.ApplicationId> applications)List<Tenant>RoleMaintainer. tenantsToDelete(List<Tenant> tenants)Finds the subset of tenants that should be deleted based on role/domain existenceList<Tenant>RoleMaintainerMock. tenantsToDelete(List<Tenant> tenants) -
Uses of Tenant in com.yahoo.vespa.hosted.controller.tenant
Subclasses of Tenant in com.yahoo.vespa.hosted.controller.tenant Modifier and Type Class Description classAthenzTenantRepresents an Athenz tenant in hosted Vespa.classCloudTenantA paying tenant in a Vespa cloud service.classDeletedTenantRepresents a tenant that has been deleted.
-