| 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. | 
| 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(HttpHost host,
                    HttpRequest request,
                    HttpContext context)Generates an authorization response based on the current state. | 
| boolean | AuthScheme. isResponseReady(HttpHost host,
               CredentialsProvider credentialsProvider,
               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  | NTLMEngineExceptionDeprecated. 
 Do not use. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | BearerScheme. generateAuthResponse(HttpHost host,
                    HttpRequest request,
                    HttpContext context) | 
| String | BasicScheme. generateAuthResponse(HttpHost host,
                    HttpRequest request,
                    HttpContext context) | 
| String | GGSSchemeBase. generateAuthResponse(HttpHost host,
                    HttpRequest request,
                    HttpContext context)Deprecated.  | 
| String | NTLMScheme. generateAuthResponse(HttpHost host,
                    HttpRequest request,
                    HttpContext context)Deprecated.  | 
| String | DigestScheme. generateAuthResponse(HttpHost host,
                    HttpRequest request,
                    HttpContext context) | 
| boolean | BearerScheme. isResponseReady(HttpHost host,
               CredentialsProvider credentialsProvider,
               HttpContext context) | 
| boolean | BasicScheme. isResponseReady(HttpHost host,
               CredentialsProvider credentialsProvider,
               HttpContext context) | 
| boolean | GGSSchemeBase. isResponseReady(HttpHost host,
               CredentialsProvider credentialsProvider,
               HttpContext context)Deprecated.  | 
| boolean | NTLMScheme. isResponseReady(HttpHost host,
               CredentialsProvider credentialsProvider,
               HttpContext context)Deprecated.  | 
| boolean | DigestScheme. isResponseReady(HttpHost host,
               CredentialsProvider credentialsProvider,
               HttpContext context) | 
| static Charset | AuthSchemeSupport. parseCharset(String charsetName,
            Charset defaultCharset) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.