Uses of Class
org.apache.hc.client5.http.auth.MalformedChallengeException
-
Packages that use MalformedChallengeException Package Description org.apache.hc.client5.http.auth Client HTTP authentication APIs.org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of MalformedChallengeException in org.apache.hc.client5.http.auth
Methods in org.apache.hc.client5.http.auth that throw MalformedChallengeException Modifier and Type Method Description voidAuthScheme. 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.async
Methods in org.apache.hc.client5.http.impl.async that throw MalformedChallengeException Modifier and Type Method Description private booleanAsyncConnectExec. needAuthentication(AuthExchange proxyAuthExchange, org.apache.hc.core5.http.HttpHost proxy, org.apache.hc.core5.http.HttpResponse response, HttpClientContext context)private booleanAsyncProtocolExec. needAuthentication(AuthExchange targetAuthExchange, AuthExchange proxyAuthExchange, org.apache.hc.core5.http.HttpHost proxy, org.apache.hc.core5.http.HttpHost target, java.lang.String pathPrefix, org.apache.hc.core5.http.HttpResponse response, HttpClientContext context) -
Uses of MalformedChallengeException in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that throw MalformedChallengeException Modifier and Type Method Description private static java.lang.StringScramScheme. b64ToString(java.lang.String b64)booleanAuthenticationHandler. 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.private static java.util.Map<java.lang.String,java.lang.String>ScramScheme. parseAttrs(java.lang.String s)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). -
Uses of MalformedChallengeException in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic that throw MalformedChallengeException Modifier and Type Method Description private booleanProtocolExec. needAuthentication(AuthExchange targetAuthExchange, AuthExchange proxyAuthExchange, org.apache.hc.core5.http.HttpHost proxy, org.apache.hc.core5.http.HttpHost target, java.lang.String pathPrefix, org.apache.hc.core5.http.HttpResponse response, HttpClientContext context)
-