Uses of Class
com.yahoo.vespa.hosted.controller.tenant.LastLoginInfo
-
Packages that use LastLoginInfo Package Description com.yahoo.vespa.hosted.controller.tenant -
-
Uses of LastLoginInfo in com.yahoo.vespa.hosted.controller.tenant
Fields in com.yahoo.vespa.hosted.controller.tenant declared as LastLoginInfo Modifier and Type Field Description static LastLoginInfoLastLoginInfo. EMPTYMethods in com.yahoo.vespa.hosted.controller.tenant that return LastLoginInfo Modifier and Type Method Description LastLoginInfoTenant. lastLoginInfo()Returns login information for this tenantLastLoginInfoLastLoginInfo. withLastLoginIfLater(LastLoginInfo.UserLevel userLevel, Instant loginAt)Returns new instance with updated last login time if the givenloginAttimestamp is after the current for the givenuserLevel, otherwise returns thisConstructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type LastLoginInfo Constructor Description AthenzTenant(com.yahoo.config.provision.TenantName name, com.yahoo.vespa.athenz.api.AthenzDomain domain, Property property, Optional<PropertyId> propertyId, Optional<Contact> contact, Instant createdAt, LastLoginInfo lastLoginInfo)This should only be used by serialization.CloudTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, LastLoginInfo lastLoginInfo, Optional<Principal> creator, com.google.common.collect.BiMap<PublicKey,Principal> developerKeys, TenantInfo info, List<TenantSecretStore> tenantSecretStores, Optional<String> archiveAccessRole)Public for the serialization layer — do not use!
-