public class UserProfileServiceClient extends QTestApiWebServiceClient<UserProfileServiceClient> implements UserProfileService
credentialsProvider, exceptionUnmarshallers, executorService, signerclient, configuration, endpoint, requestHandlers, timeOffset| Constructor and Description |
|---|
UserProfileServiceClient()
Constructs a new client to invoke service method on UserProfileService using
the default qTest credentials provider and default client configuration options.
|
UserProfileServiceClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service method on UserProfileService using
the default qTest credentials provider and client configuration options.
|
UserProfileServiceClient(QTestCredentials credentials)
Constructs a new client to invoke service method on UserProfileService using
the specified qTest credentials.
|
UserProfileServiceClient(QTestCredentials credentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service method on UserProfileService using
the specified qTest credentials and client configuration options.
|
UserProfileServiceClient(QTestCredentialsProvider credentialsProvider)
Constructs a new client to invoke service method on UserProfileService using
the specified qTest credentials provider and client configuration options.
|
UserProfileServiceClient(QTestCredentialsProvider credentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service method on UserService using
the specified qTest credentials provider and client configuration options.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<User> |
batchAssignUsers(AssignToProjectRequest assignToProjectRequest)
Assign user to project from the request.
|
UserProfile |
get(GetUserProfileRequest getUserProfileRequest)
Creates user from the given
create user request instance. |
init, invoke, shutdown, withEndpointaddRequestHandler, createExecutionContext, createHttpAuthClient, getTimeOffset, removeRequestHandler, setConfiguration, setEndpoint, setTimeOffset, withConfiguration, withRequestHandler, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEndpoint, shutdownpublic UserProfileServiceClient()
public UserProfileServiceClient(ClientConfiguration clientConfiguration)
clientConfiguration - The client configuration options controlling how this
client connects to UserServicepublic UserProfileServiceClient(QTestCredentials credentials)
credentials - The qTest credentials which will provide
credentials to authenticate request with qTest services.public UserProfileServiceClient(QTestCredentials credentials, ClientConfiguration clientConfiguration)
credentials - The qTest credentials which will provide
credentials to authenticate request with qTest services.clientConfiguration - The client configuration options controlling how this
client connects to UserProfileServicepublic UserProfileServiceClient(QTestCredentialsProvider credentialsProvider)
credentialsProvider - The qTest credentials provider which will provide
credentials to authenticate request with qTest services.public UserProfileServiceClient(QTestCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration)
credentialsProvider - The qTest credentials provider which will provide
credentials to authenticate request with qTest services.clientConfiguration - The client configuration options controlling how this
client connects to UserServicepublic UserProfile get(GetUserProfileRequest getUserProfileRequest) throws AuthServiceException
UserProfileServicecreate user request instance.get in interface UserProfileServiceAuthServiceException - if an error occurs during creating user.public java.util.List<User> batchAssignUsers(AssignToProjectRequest assignToProjectRequest) throws AuthServiceException
UserProfileServicebatchAssignUsers in interface UserProfileServiceassignToProjectRequest - the given assign to project request.AuthServiceException - if an error occurs during assigning user to project.