Package org.apache.http.auth

The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth.

See:
          Description

Interface Summary
AuthScheme This interface represents an abstract challenge-response oriented authentication scheme.
AuthSchemeFactory  
Credentials User name and password based authentication credentials.
 

Class Summary
AUTH Constants and static helpers related to the HTTP authentication.
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.
UsernamePasswordCredentials Username and password Credentials.
 

Exception Summary
AuthenticationException Signals a failure in authentication process
InvalidCredentialsException Authentication credentials required to respond to a authentication challenge are invalid
MalformedChallengeException Signals that authentication challenge is in some way invalid or illegal in the given context
 

Package org.apache.http.auth Description

The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth.



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.