| Package | Description | 
|---|---|
| org.apache.hc.client5.http.auth | Client HTTP authentication APIs. | 
| org.apache.hc.client5.http.fluent | Simple facade APIs for HttpClient based on the concept of
 a fluent interface. | 
| org.apache.hc.client5.http.impl.auth | Standard and common HTTP authentication schemes. | 
| Modifier and Type | Method and Description | 
|---|---|
| Credentials | CredentialsProvider. getCredentials(AuthScope authScope,
              org.apache.hc.core5.http.protocol.HttpContext context)Returns  credentialsfor the given authentication scope,
 if available. | 
| int | AuthScope. match(AuthScope that)Tests if the authentication scopes match. | 
| void | CredentialsStore. setCredentials(AuthScope authScope,
              Credentials credentials)Sets the  credentialsfor the given authentication
 scope. | 
| Constructor and Description | 
|---|
| AuthScope(AuthScope authScope)Creates a copy of the given credentials scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| Executor | Executor. auth(AuthScope authScope,
    Credentials credentials) | 
| Modifier and Type | Method and Description | 
|---|---|
| Credentials | BasicCredentialsProvider. getCredentials(AuthScope authScope,
              org.apache.hc.core5.http.protocol.HttpContext httpContext) | 
| Credentials | SystemDefaultCredentialsProvider. getCredentials(AuthScope authScope,
              org.apache.hc.core5.http.protocol.HttpContext context) | 
| void | BasicCredentialsProvider. setCredentials(AuthScope authScope,
              Credentials credentials) | 
| void | SystemDefaultCredentialsProvider. setCredentials(AuthScope authScope,
              Credentials credentials) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.