Uses of Class
org.apache.http.auth.AuthenticationException
| Package | Description |
|---|---|
| org.apache.http.auth |
The API for client-side HTTP authentication against a server,
commonly referred to as HttpAuth.
|
| org.apache.http.client |
The API for client-side HTTP communication and
entry point to the HttpClient module.
|
| org.apache.http.impl.auth | |
| org.apache.http.impl.client |
-
Uses of AuthenticationException in org.apache.http.auth
Subclasses of AuthenticationException in org.apache.http.auth Modifier and Type Class Description classInvalidCredentialsExceptionAuthentication credentials required to respond to a authentication challenge are invalidMethods in org.apache.http.auth that throw AuthenticationException Modifier and Type Method Description HeaderAuthScheme. authenticate(Credentials credentials, HttpRequest request)Produces an authorization string for the given set ofCredentials. -
Uses of AuthenticationException in org.apache.http.client
Methods in org.apache.http.client that throw AuthenticationException Modifier and Type Method Description AuthSchemeAuthenticationHandler. selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context) -
Uses of AuthenticationException in org.apache.http.impl.auth
Subclasses of AuthenticationException in org.apache.http.impl.auth Modifier and Type Class Description classNTLMEngineExceptionSignals NTLM protocol failure.Methods in org.apache.http.impl.auth that throw AuthenticationException Modifier and Type Method Description HeaderBasicScheme. authenticate(Credentials credentials, HttpRequest request)Produces basic authorization header for the given set ofCredentials.HeaderDigestScheme. authenticate(Credentials credentials, HttpRequest request)Produces a digest authorization string for the given set ofCredentials, method name and URI.HeaderNTLMScheme. authenticate(Credentials credentials, HttpRequest request) -
Uses of AuthenticationException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw AuthenticationException Modifier and Type Method Description AuthSchemeAbstractAuthenticationHandler. selectScheme(Map<String,Header> challenges, HttpResponse response, HttpContext context)