| java.lang.Object | |
| ↳ | org.apache.http.impl.auth.NTLMSchemeFactory |
AuthSchemeFactory implementation that creates and initializes
NTLMScheme instances configured to use the default NTLMEngine
implementation.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an instance of
AuthScheme using given HTTP parameters. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.auth.AuthSchemeFactory
| |||||||||||
Creates an instance of AuthScheme using given HTTP parameters.
| params | HTTP parameters. |
|---|