Class Tenant
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.tenant.Tenant
-
- Direct Known Subclasses:
AthenzTenant,CloudTenant,DeletedTenant
public abstract class Tenant extends Object
A tenant in hosted Vespa.- Author:
- mpolden
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTenant.Type
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Optional<Contact>contact()Contact information for this tenantInstantcreatedAt()Instant when the tenant was createdbooleanequals(Object o)inthashCode()LastLoginInfolastLoginInfo()Returns login information for this tenantcom.yahoo.config.provision.TenantNamename()Name of this tenantstatic com.yahoo.config.provision.TenantNamerequireName(com.yahoo.config.provision.TenantName name)abstract Tenant.Typetype()
-
-
-
Method Detail
-
name
public com.yahoo.config.provision.TenantName name()
Name of this tenant
-
createdAt
public Instant createdAt()
Instant when the tenant was created
-
lastLoginInfo
public LastLoginInfo lastLoginInfo()
Returns login information for this tenant
-
type
public abstract Tenant.Type type()
-
requireName
public static com.yahoo.config.provision.TenantName requireName(com.yahoo.config.provision.TenantName name)
-
-