Uses of Class
org.apache.hc.client5.http.auth.MalformedChallengeException
Packages that use MalformedChallengeException
Package
Description
Client HTTP authentication APIs.
Standard and common HTTP authentication schemes.
-
Uses of MalformedChallengeException in org.apache.hc.client5.http.auth
Methods in org.apache.hc.client5.http.auth that throw MalformedChallengeExceptionModifier and TypeMethodDescriptionvoidAuthScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Processes the given auth challenge.default voidAuthScheme.processChallenge(org.apache.hc.core5.http.HttpHost host, boolean challenged, AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Processes the given auth challenge. -
Uses of MalformedChallengeException in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that throw MalformedChallengeExceptionModifier and TypeMethodDescriptionbooleanAuthenticationHandler.handleResponse(org.apache.hc.core5.http.HttpHost host, ChallengeType challengeType, org.apache.hc.core5.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthExchange authExchange, org.apache.hc.core5.http.protocol.HttpContext context) Handles the response from the opposite endpoint and updates theAuthExchangestate based on the challenge presented in the response message using the givenAuthenticationStrategy.voidBasicScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) voidBearerScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) voidDigestScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) voidGGSSchemeBase.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.voidNTLMScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.voidScramScheme.processChallenge(AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Legacy entry point: wrapsAuthenticationExceptionasMalformedChallengeException.voidScramScheme.processChallenge(org.apache.hc.core5.http.HttpHost host, boolean challenged, AuthChallenge authChallenge, org.apache.hc.core5.http.protocol.HttpContext context) Handles 401 challenges (with/withoutdata) and final responses carryingAuthentication-Info(any status code).