Uses of Class
org.apache.http.auth.AuthenticationException

Packages that use AuthenticationException
org.apache.http.auth The API for client-side HTTP authentication against a server. 
org.apache.http.client The API for client-side HTTP communication. 
org.apache.http.impl.auth Default implementations for interfaces in org.apache.http.auth
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

Uses of AuthenticationException in org.apache.http.auth
 

Subclasses of AuthenticationException in org.apache.http.auth
 class InvalidCredentialsException
          Authentication credentials required to respond to a authentication challenge are invalid
 

Methods in org.apache.http.auth that throw AuthenticationException
 org.apache.http.Header AuthScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request)
          Deprecated. Use ContextAwareAuthScheme.authenticate(Credentials, HttpRequest, org.apache.http.protocol.HttpContext)
 org.apache.http.Header ContextAwareAuthScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
          Produces an authorization string for the given set of Credentials.
 

Uses of AuthenticationException in org.apache.http.client
 

Methods in org.apache.http.client that throw AuthenticationException
 AuthScheme AuthenticationHandler.selectScheme(java.util.Map<java.lang.String,org.apache.http.Header> challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
          Selects one authentication challenge out of all available and creates and generates AuthScheme instance capable of processing that challenge.
 

Uses of AuthenticationException in org.apache.http.impl.auth
 

Subclasses of AuthenticationException in org.apache.http.impl.auth
 class NTLMEngineException
          Signals NTLM protocol failure.
 

Methods in org.apache.http.impl.auth that throw AuthenticationException
 org.apache.http.Header NTLMScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request)
           
 org.apache.http.Header DigestScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request)
          Produces a digest authorization string for the given set of Credentials, method name and URI.
 org.apache.http.Header NegotiateScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request)
          Deprecated. 
 org.apache.http.Header BasicScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request)
          Produces basic authorization header for the given set of Credentials.
 org.apache.http.Header AuthSchemeBase.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
           
 org.apache.http.Header NegotiateScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context)
          Produces Negotiate authorization Header based on token created by processChallenge.
 

Uses of AuthenticationException in org.apache.http.impl.client
 

Methods in org.apache.http.impl.client that throw AuthenticationException
 AuthScheme AbstractAuthenticationHandler.selectScheme(java.util.Map<java.lang.String,org.apache.http.Header> challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.