Uses of Package
org.apache.http.auth
| 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.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 Class Description AuthenticationException Signals a failure in authentication processAuthScheme 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 whichCredentialsapply 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 Class Description AuthenticationException Signals a failure in authentication processAuthScheme 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 whichCredentialsapply 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 Class Description 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 Class Description AuthenticationException Signals a failure in authentication processAuthScheme 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 Class Description AuthenticationException Signals a failure in authentication processAuthScheme 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 whichCredentialsapply 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