Uses of Class
com.yahoo.vespa.hosted.controller.api.role.ApplicationRole
-
Packages that use ApplicationRole Package Description com.yahoo.vespa.hosted.controller.api.integration.user com.yahoo.vespa.hosted.controller.api.role -
-
Uses of ApplicationRole 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 ApplicationRole Modifier and Type Method Description static List<ApplicationRole>Roles. applicationRoles(com.yahoo.config.provision.TenantName tenant, com.yahoo.config.provision.ApplicationName application)Returns the list ofApplicationRoles aUserIdmay be a member of. -
Uses of ApplicationRole in com.yahoo.vespa.hosted.controller.api.role
Methods in com.yahoo.vespa.hosted.controller.api.role that return ApplicationRole Modifier and Type Method Description static ApplicationRoleRole. buildService(com.yahoo.config.provision.TenantName tenant, com.yahoo.config.provision.ApplicationName application)Returns aRoleDefinition.buildServicefor the current system and given tenant and application.static ApplicationRoleRole. headless(com.yahoo.config.provision.TenantName tenant, com.yahoo.config.provision.ApplicationName application)Returns aRoleDefinition.headlessfor the current system, given tenant, and application
-