Package | Description |
---|---|
org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
Modifier and Type | Method and Description |
---|---|
String |
NTLMEngine.generateType1Msg(String domain,
String workstation)
Deprecated.
Generates a Type1 message given the domain and workstation.
|
String |
NTLMEngine.generateType3Msg(String username,
char[] password,
String domain,
String workstation,
String challenge)
Deprecated.
Generates a Type3 message given the user credentials and the
authentication challenge.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.