No examples for this method.
Frequently called with: [Clear]
-1
| org.apache.http.impl.auth.NTLMEngine |
Abstract NTLM authentication engine. The engine can be used to generate Type1 messages and Type3 messages in response to a Type2 challenge.
For details see this resource| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Generates a Type1 message given the domain and workstation.
|
||||||||||
|
|
Generates a Type3 message given the user credentials and the authentication challenge.
|
||||||||||
Generates a Type1 message given the domain and workstation.
| domain | Optional Windows domain name. Can be null. |
|---|---|
| workstation | Optional Windows workstation name. Can be null. |
| NTLMEngineException |
|---|
Generates a Type3 message given the user credentials and the authentication challenge.
| username | Windows user name |
|---|---|
| password | Password |
| domain | Windows domain name |
| workstation | Windows workstation name |
| challenge | Type2 challenge. |
| NTLMEngineException |
|---|