ProxyAuthenticationStrategy@Deprecated @Contract(threading=IMMUTABLE) public class DefaultProxyAuthenticationHandler extends AbstractAuthenticationHandler
AuthenticationHandler implementation
for proxy host authentication.| Constructor and Description |
|---|
DefaultProxyAuthenticationHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Header> |
getChallenges(HttpResponse response,
HttpContext context)
Deprecated.
Extracts from the given HTTP response a collection of authentication
challenges, each of which represents an authentication scheme supported
by the authentication host.
|
boolean |
isAuthenticationRequested(HttpResponse response,
HttpContext context)
Deprecated.
Determines if the given HTTP response response represents
an authentication challenge that was sent back as a result
of authentication failure
|
selectSchemepublic DefaultProxyAuthenticationHandler()
public boolean isAuthenticationRequested(HttpResponse response, HttpContext context)
AuthenticationHandlerresponse - HTTP response.context - HTTP context.true if user authentication is required,
false otherwise.public Map<String,Header> getChallenges(HttpResponse response, HttpContext context) throws MalformedChallengeException
AuthenticationHandlerresponse - HTTP response.context - HTTP context.MalformedChallengeException - if one of the authentication
challenges is not valid or malformed.Copyright © 2010 - 2020 Adobe. All Rights Reserved