| Package | Description | 
|---|---|
| org.apache.hc.client5.http.auth | Client HTTP authentication APIs. | 
| org.apache.hc.client5.http.impl.auth | Standard and common HTTP authentication schemes. | 
| org.apache.hc.client5.http.impl.win | Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AuthScheme. processChallenge(AuthChallenge authChallenge,
                org.apache.hc.core5.http.protocol.HttpContext context)Processes the given auth challenge. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GGSSchemeBase. processChallenge(AuthChallenge authChallenge,
                org.apache.hc.core5.http.protocol.HttpContext context) | 
| void | DigestScheme. processChallenge(AuthChallenge authChallenge,
                org.apache.hc.core5.http.protocol.HttpContext context) | 
| void | BasicScheme. processChallenge(AuthChallenge authChallenge,
                org.apache.hc.core5.http.protocol.HttpContext context) | 
| void | NTLMScheme. processChallenge(AuthChallenge authChallenge,
                org.apache.hc.core5.http.protocol.HttpContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WindowsNegotiateScheme. processChallenge(AuthChallenge authChallenge,
                org.apache.hc.core5.http.protocol.HttpContext context) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.