Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.user.User
-
Packages that use User Package Description com.yahoo.vespa.hosted.controller.api.integration.billing com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems.com.yahoo.vespa.hosted.controller.api.integration.user -
-
Uses of User in com.yahoo.vespa.hosted.controller.api.integration.billing
Method parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type User Modifier and Type Method Description voidBillingController. deleteBillingInfo(com.yahoo.config.provision.TenantName tenant, Set<User> users, boolean isPrivileged)Delete billing contact information from the tenantvoidMockBillingController. deleteBillingInfo(com.yahoo.config.provision.TenantName tenant, Set<User> users, boolean isPrivileged) -
Uses of User in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type User Modifier and Type Method Description List<User>MockUserManagement. listUsers(Role role) -
Uses of User 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 User Modifier and Type Method Description List<User>UserManagement. listUsers(Role role)Returns all users in the given role, or throws if the role does not exist.
-