Uses of Class
com.yahoo.vespa.hosted.controller.tenant.ArchiveAccess
Packages that use ArchiveAccess
Package
Description
-
Uses of ArchiveAccess in com.yahoo.vespa.hosted.controller.api.integration.archive
Fields in com.yahoo.vespa.hosted.controller.api.integration.archive with type parameters of type ArchiveAccessModifier and TypeFieldDescriptionMap<com.yahoo.config.provision.TenantName,ArchiveAccess> MockArchiveService.authorizeAccessByTenantNameMethod parameters in com.yahoo.vespa.hosted.controller.api.integration.archive with type arguments of type ArchiveAccessModifier and TypeMethodDescriptionvoidArchiveService.updatePolicies(com.yahoo.config.provision.zone.ZoneId zoneId, Set<ArchiveBucket> buckets, Map<com.yahoo.config.provision.TenantName, ArchiveAccess> authorizeAccessByTenantName) voidMockArchiveService.updatePolicies(com.yahoo.config.provision.zone.ZoneId zoneId, Set<ArchiveBucket> buckets, Map<com.yahoo.config.provision.TenantName, ArchiveAccess> authorizeAccessByTenantName) -
Uses of ArchiveAccess in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return ArchiveAccessModifier and TypeMethodDescriptionCloudTenant.archiveAccess()Role or member that is allowed to access archive bucket (log, dump) For AWS is this the IAM role For GCP it is a GCP memberArchiveAccess.removeAWSRole()ArchiveAccess.removeGCPMember()ArchiveAccess.withAWSRole(String role) ArchiveAccess.withAWSRole(Optional<String> role) ArchiveAccess.withGCPMember(String member) ArchiveAccess.withGCPMember(Optional<String> member) Constructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type ArchiveAccessModifierConstructorDescriptionCloudTenant(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) Public for the serialization layer — do not use!