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. 
org.apache.http.client The API for client-side HTTP communication. 
org.apache.http.client.fluent   
org.apache.http.client.protocol Additional request and response interceptors for HTTP state and authentication management. 
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
 

Classes in org.apache.http.auth used by org.apache.http.auth
AuthenticationException
          Signals a failure in authentication process
AuthOption
           
AuthProtocolState
           
AuthScheme
          This interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeFactory
          Factory for AuthScheme implementations.
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.
ChallengeState
          Challenge mode (TARGET or PROXY)
Credentials
          This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
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
AuthOption
           
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
          This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
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.fluent
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
          This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
 

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
          Factory for AuthScheme implementations.
ChallengeState
          Challenge mode (TARGET or PROXY)
ContextAwareAuthScheme
          This interface represents an extended authentication scheme that requires access to HttpContext in order to generate an authorization string.
Credentials
          This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
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.
AuthState
          This class provides detailed information about the state of the authentication process.
Credentials
          This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
 



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