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.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.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type User Modifier and Type Method Description java.util.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 java.util.List<User>UserManagement. listUsers(Role role)Returns all users in the given role, or throws if the role does not exist.
-