Uses of Class
com.yahoo.vespa.hosted.controller.api.role.SimplePrincipal
Packages that use SimplePrincipal
Package
Description
-
Uses of SimplePrincipal in com.yahoo.vespa.hosted.controller.api.role
Methods in com.yahoo.vespa.hosted.controller.api.role that return SimplePrincipal -
Uses of SimplePrincipal in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type SimplePrincipalModifier and TypeMethodDescriptionCloudTenant.creator()The user that created the tenantcom.google.common.collect.BiMap<PublicKey,SimplePrincipal> CloudTenant.developerKeys()Returns the set of developer keys and their corresponding developers for this tenant.Constructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type SimplePrincipalModifierConstructorDescriptionCloudTenant(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, Instant tenantRoleLastMaintained, List<CloudAccountInfo> cloudAccounts, Optional<BillingReference> billingReference, PlanId planId) Public for the serialization layer — do not use!CloudTenant(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, Instant tenantRoleLastMaintained, List<CloudAccountInfo> cloudAccounts, Optional<BillingReference> billingReference, PlanId planId) Public for the serialization layer — do not use!