public class NTLMAuthClient
extends com.qmetry.qaf.automation.ws.rest.RestClientFactory
ntlm.user - The user name. This should not include the domain to authenticate with. For example: "user" is correct whereas "DOMAIN\\user" is not.
ntlm.password - The password
ntlm.workstation - workstation (default is blank) The workstation the authentication request is originating from. Essentially, the computer name for this machine.
ntlm.domain- domain The domain to authenticate within (default is blank).
rest.client.impl property as below:
rest.client.impl=com.qmetry.qaf.automation.ws.client.NTLMAuthClient
| Constructor and Description |
|---|
NTLMAuthClient() |
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.jersey.api.client.Client |
createClient() |
Copyright © 2000 Infostretch Corp.