Uses of Class
org.apache.hc.client5.http.auth.AuthChallenge
Packages that use AuthChallenge
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
Client HTTP authentication APIs.
Standard and common HTTP authentication schemes.
-
Uses of AuthChallenge in org.apache.hc.client5.http
Method parameters in org.apache.hc.client5.http with type arguments of type AuthChallengeModifier and TypeMethodDescriptionAuthenticationStrategy.select
(ChallengeType challengeType, Map<String, AuthChallenge> challenges, org.apache.hc.core5.http.protocol.HttpContext context) Returns an list ofAuthScheme
s to handle the givenAuthChallenge
s in their order of preference. -
Uses of AuthChallenge in org.apache.hc.client5.http.auth
Methods in org.apache.hc.client5.http.auth with parameters of type AuthChallengeModifier and TypeMethodDescriptionvoid
AuthScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Processes the given auth challenge. -
Uses of AuthChallenge in org.apache.hc.client5.http.impl
Method parameters in org.apache.hc.client5.http.impl with type arguments of type AuthChallengeModifier and TypeMethodDescriptionDefaultAuthenticationStrategy.select
(ChallengeType challengeType, Map<String, AuthChallenge> challenges, org.apache.hc.core5.http.protocol.HttpContext context) -
Uses of AuthChallenge in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that return types with arguments of type AuthChallengeModifier and TypeMethodDescriptionAuthChallengeParser.parse
(ChallengeType challengeType, CharSequence buffer, org.apache.hc.core5.http.message.ParserCursor cursor) Parses the given sequence of characters into a list ofAuthChallenge
elements.Methods in org.apache.hc.client5.http.impl.auth with parameters of type AuthChallengeModifier and TypeMethodDescriptionvoid
BasicScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) void
BearerScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) void
DigestScheme.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
NTLMScheme.processChallenge
(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.