Uses of Class
com.yahoo.vespa.hosted.controller.tenant.LastLoginInfo
Packages that use LastLoginInfo
-
Uses of LastLoginInfo in com.yahoo.vespa.hosted.controller.tenant
Fields in com.yahoo.vespa.hosted.controller.tenant declared as LastLoginInfoMethods in com.yahoo.vespa.hosted.controller.tenant that return LastLoginInfoModifier and TypeMethodDescriptionTenant.lastLoginInfo()Returns login information for this tenantLastLoginInfo.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 LastLoginInfoModifierConstructorDescriptionAthenzTenant(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!