Uses of Package
org.apache.http.auth

Packages that use org.apache.http.auth
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.client.protocol Additional request and response interceptors. 
org.apache.http.impl.auth   
org.apache.http.impl.client   
 

Classes in org.apache.http.auth used by org.apache.http.auth
AuthenticationException
          Signals a failure in authentication process
AuthScheme
           This interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeFactory
           
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
Credentials
          User name and password based authentication credentials.
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
 

Classes in org.apache.http.auth used by org.apache.http.client
AuthenticationException
          Signals a failure in authentication process
AuthScheme
           This interface represents an abstract challenge-response oriented authentication scheme.
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
Credentials
          User name and password based authentication credentials.
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
 

Classes in org.apache.http.auth used by org.apache.http.client.protocol
AuthSchemeRegistry
          Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
 

Classes in org.apache.http.auth used by org.apache.http.impl.auth
AuthenticationException
          Signals a failure in authentication process
AuthScheme
           This interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeFactory
           
Credentials
          User name and password based authentication credentials.
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
 

Classes in org.apache.http.auth used by org.apache.http.impl.client
AuthenticationException
          Signals a failure in authentication process
AuthScheme
           This interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeRegistry
          Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
Credentials
          User name and password based authentication credentials.
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
 



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.