| Package | Description |
|---|---|
| org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
| org.apache.hc.client5.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| org.apache.hc.client5.http.impl.classic |
Default HTTP client implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KerberosCredentials
Credentials implementation based on GSSCredential for Kerberos Authentication. |
class |
NTCredentials
Credentials implementation for Microsoft Windows platforms that includes
Windows specific attributes such as name of the domain the user belongs to. |
class |
UsernamePasswordCredentials
Simple
Credentials implementation based on a user name / password
pair. |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialsProvider.getCredentials(AuthScope authscope,
org.apache.hc.core5.http.protocol.HttpContext context)
Returns
credentials for the given authentication scope,
if available. |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialsStore.setCredentials(AuthScope authscope,
Credentials credentials)
Sets the
credentials for the given authentication
scope. |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
SystemDefaultCredentialsProvider.getCredentials(AuthScope authscope,
org.apache.hc.core5.http.protocol.HttpContext context) |
Credentials |
BasicCredentialsProvider.getCredentials(AuthScope authscope,
org.apache.hc.core5.http.protocol.HttpContext httpContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicScheme.initPreemptive(Credentials credentials) |
void |
DigestScheme.initPreemptive(Credentials credentials,
String cnonce,
String realm) |
void |
SystemDefaultCredentialsProvider.setCredentials(AuthScope authscope,
Credentials credentials) |
void |
BasicCredentialsProvider.setCredentials(AuthScope authscope,
Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Socket |
ProxyClient.tunnel(org.apache.hc.core5.http.HttpHost proxy,
org.apache.hc.core5.http.HttpHost target,
Credentials credentials) |
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.