public interface ClientService extends QTestService
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient(GetClientRequest getClientRequest)
Get client from the given
client request instance. |
void |
setSessionUrl(SetSessionUrlRequest setSessionUrlRequest)
Sets session URL from the given
request instance. |
setEndpoint, shutdownClient getClient(GetClientRequest getClientRequest) throws AuthServiceException
client request instance.getClientRequest - the given client request instance.Client instance.AuthServiceException - if an error occurs during getting client.void setSessionUrl(SetSessionUrlRequest setSessionUrlRequest) throws AuthServiceException
request instance.setSessionUrlRequest - the given set session URL request instance.AuthServiceException - if an error occurs during setting session URL.