| 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 | Class and Description | 
|---|---|
| class  | InvalidCredentialsExceptionAuthentication credentials required to respond to a authentication
 challenge are invalid | 
| Modifier and Type | Method and Description | 
|---|---|
| String | AuthScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host,
                    org.apache.hc.core5.http.HttpRequest request,
                    org.apache.hc.core5.http.protocol.HttpContext context)Generates an authorization response based on the current state. | 
| boolean | AuthScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host,
               CredentialsProvider credentialsProvider,
               org.apache.hc.core5.http.protocol.HttpContext context)Determines whether or not an authorization response can be generated based on
 the actual authentication state. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NTLMEngineExceptionSignals NTLM protocol failure. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | GGSSchemeBase. generateAuthResponse(org.apache.hc.core5.http.HttpHost host,
                    org.apache.hc.core5.http.HttpRequest request,
                    org.apache.hc.core5.http.protocol.HttpContext context) | 
| String | DigestScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host,
                    org.apache.hc.core5.http.HttpRequest request,
                    org.apache.hc.core5.http.protocol.HttpContext context) | 
| String | BasicScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host,
                    org.apache.hc.core5.http.HttpRequest request,
                    org.apache.hc.core5.http.protocol.HttpContext context) | 
| String | NTLMScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host,
                    org.apache.hc.core5.http.HttpRequest request,
                    org.apache.hc.core5.http.protocol.HttpContext context) | 
| boolean | GGSSchemeBase. isResponseReady(org.apache.hc.core5.http.HttpHost host,
               CredentialsProvider credentialsProvider,
               org.apache.hc.core5.http.protocol.HttpContext context) | 
| boolean | DigestScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host,
               CredentialsProvider credentialsProvider,
               org.apache.hc.core5.http.protocol.HttpContext context) | 
| boolean | BasicScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host,
               CredentialsProvider credentialsProvider,
               org.apache.hc.core5.http.protocol.HttpContext context) | 
| boolean | NTLMScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host,
               CredentialsProvider credentialsProvider,
               org.apache.hc.core5.http.protocol.HttpContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | WindowsNegotiateScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host,
                    org.apache.hc.core5.http.HttpRequest request,
                    org.apache.hc.core5.http.protocol.HttpContext context) | 
| boolean | WindowsNegotiateScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host,
               CredentialsProvider credentialsProvider,
               org.apache.hc.core5.http.protocol.HttpContext context) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.