Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.user.UserId
-
Packages that use UserId 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 UserId in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type UserId Modifier and Type Method Description voidMockUserManagement. addToRoles(UserId user, java.util.Collection<Role> roles)java.util.List<Role>MockUserManagement. listRoles(UserId userId)voidMockUserManagement. removeFromRoles(UserId user, java.util.Collection<Role> roles)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.stubs with type arguments of type UserId Modifier and Type Method Description voidMockUserManagement. addUsers(Role role, java.util.Collection<UserId> users)voidMockUserManagement. removeUsers(Role role, java.util.Collection<UserId> users) -
Uses of UserId in com.yahoo.vespa.hosted.controller.api.integration.user
Methods in com.yahoo.vespa.hosted.controller.api.integration.user with parameters of type UserId Modifier and Type Method Description voidUserManagement. addToRoles(UserId user, java.util.Collection<Role> roles)Ensures the given user exist, and are part of the given roles, or throws if the roles does not exist.java.util.List<Role>UserManagement. listRoles(UserId user)Returns all roles of which the given user is part, or throws if the user does not existvoidUserManagement. removeFromRoles(UserId user, java.util.Collection<Role> roles)Ensures the given users are not part of the given role, or throws if the roles does not exist.Method parameters in com.yahoo.vespa.hosted.controller.api.integration.user with type arguments of type UserId Modifier and Type Method Description voidUserManagement. addUsers(Role role, java.util.Collection<UserId> users)Ensures the given users exist, and are part of the given role, or throws if the role does not exist.voidUserManagement. removeUsers(Role role, java.util.Collection<UserId> users)Ensures none of the given users are part of the given role, or throws if the role does not exist.
-