Difference between revisions of "NTLMHttpAuth"
(Created page with "This {{GVESB}} element provides the parameters for HTTP NTLM Authentication. It is used by http-call, ws-call and rest-call. Its attributes are: {|class="gvtable" ...") |
|||
Line 1: | Line 1: | ||
This {{GVESB}} element provides the parameters for HTTP NTLM Authentication. | This {{GVESB}} element provides the parameters for HTTP NTLM Authentication. | ||
− | It is used by [[http-call]], [[ws-call]] and [[rest-call]]. | + | It is used by [[Proxy]], [[http-call]], [[ws-call]] and [[rest-call]]. |
Its attributes are: | Its attributes are: |
Latest revision as of 15:01, 13 May 2014
This GreenVulcano® ESB element provides the parameters for HTTP NTLM Authentication.
It is used by Proxy, http-call, ws-call and rest-call.
Its attributes are:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value http-auth. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.http.auth.impl.NTLMHttpAuth |
user | required | User name. |
password | required | User password. |
domain | required | Domain. |