public interface UserService extends QTestService
| Modifier and Type | Method and Description |
|---|---|
AssignToProjectResult |
assignToProject(AssignToProjectRequest assignToProjectRequest)
Assign user to project from the request.
|
User |
create(CreateUserRequest createUserRequest)
Creates user from the given
create user request instance. |
java.util.List<User> |
listUser(ListUserRequest listUserRequest)
Get user of client or in a project
|
setEndpoint, shutdownUser create(CreateUserRequest createUserRequest) throws AuthServiceException
create user request instance.createUserRequest - the given create user request instance.AuthServiceException - if an error occurs during creating user.AssignToProjectResult assignToProject(AssignToProjectRequest assignToProjectRequest) throws AuthServiceException
assignToProjectRequest - the given assign to project request.AuthServiceException - if an error occurs during assigning user to project.java.util.List<User> listUser(ListUserRequest listUserRequest) throws AuthServiceException
listUserRequest - request to get usersUserAuthServiceException