Uses of Class
com.yahoo.vespa.hosted.controller.api.role.TenantRole
-
Packages that use TenantRole Package Description com.yahoo.vespa.hosted.controller.api.integration.user com.yahoo.vespa.hosted.controller.api.role -
-
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 TenantRole Modifier and Type Method Description static 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 TenantRole Modifier and Type Method Description static 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. reader(com.yahoo.config.provision.TenantName tenant)Returns aRoleDefinition.readerfor the current system and given tenant.
-