Uses of Class
com.yahoo.vespa.hosted.controller.api.role.TenantRole
Packages that use TenantRole
Package
Description
-
Uses of TenantRole in com.yahoo.vespa.hosted.controller.api.integration.user
Methods in com.yahoo.vespa.hosted.controller.api.integration.user that return types with arguments of type TenantRoleModifier and TypeMethodDescriptionstatic List<TenantRole>Roles.tenantRoles(com.yahoo.config.provision.TenantName tenant) Returns the list ofTenantRoles aUserIdmay be a member of. -
Uses of TenantRole in com.yahoo.vespa.hosted.controller.api.role
Methods in com.yahoo.vespa.hosted.controller.api.role that return TenantRoleModifier and TypeMethodDescriptionstatic TenantRoleRole.administrator(com.yahoo.config.provision.TenantName tenant) Returns aRoleDefinition.administratorfor the current system and given tenant.static TenantRoleRole.athenzTenantAdmin(com.yahoo.config.provision.TenantName tenant) Returns aRoleDefinition.athenzTenantAdminfor the current system and given tenant.static TenantRoleRole.developer(com.yahoo.config.provision.TenantName tenant) Returns aRoleDefinition.developerfor the current system and given tenant.static TenantRoleRole.hostedDeveloper(com.yahoo.config.provision.TenantName tenant) Returns aRoleDefinition.hostedDeveloperfor the current system and given tenant.static TenantRoleRole.reader(com.yahoo.config.provision.TenantName tenant) Returns aRoleDefinition.readerfor the current system and given tenant.