Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.user.UserId
Packages that use UserId
Package
Description
No-dependency implementations of integration interfaces for setups where we want to avoid contacting
certain thirds-party systems.
-
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 UserIdModifier and TypeMethodDescriptionvoidMockUserManagement.addToRoles(UserId user, Collection<Role> roles) voidMockUserManagement.removeFromRoles(UserId user, Collection<Role> roles) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.stubs with type arguments of type UserIdModifier and TypeMethodDescriptionvoidMockUserManagement.addUsers(Role role, Collection<UserId> users) voidMockUserManagement.removeUsers(Role role, 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 UserIdModifier and TypeMethodDescriptionvoidUserManagement.addToRoles(UserId user, Collection<Role> roles) Ensures the given user exist, and are part of the given roles, or throws if the roles does not exist.Returns all roles of which the given user is part, or throws if the user does not existvoidUserManagement.removeFromRoles(UserId user, 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 UserIdModifier and TypeMethodDescriptionvoidUserManagement.addUsers(Role role, 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, Collection<UserId> users) Ensures none of the given users are part of the given role, or throws if the role does not exist.