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 | 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 |
NTLMScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.
|
void |
BearerScheme.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 |
GGSSchemeBase.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.
|
void |
DigestScheme.processChallenge(AuthChallenge authChallenge,
org.apache.hc.core5.http.protocol.HttpContext context) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.