Uses of Package
org.apache.hc.client5.http.auth
Packages that use org.apache.hc.client5.http.auth
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
Client HTTP authentication APIs.
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Standard and common HTTP authentication schemes.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
-
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.httpClassDescriptionThis interface represents an cache of
AuthScheme
state information that can be re-used for preemptive authentication by subsequent requests.This class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.This interface represents an abstract challenge-response oriented authentication scheme.Factory forAuthScheme
implementations.Challenge type (TARGET or PROXY)Provider of authentication credentials.SimpleCredentials
representation based on a user name / password pair. -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.authClassDescriptionThis class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.Signals a failure in authentication processThis interface represents an abstract challenge-response oriented authentication scheme.
AuthScope
represents an authentication scope consisting of an application protocol, a host name, a port number, a realm name and an authentication scheme name.Challenge type (TARGET or PROXY)This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identityProvider of authentication credentials.Deprecated.Do not use.Deprecated.Deprecated.Signals that authentication challenge is in some way invalid or illegal in the given contextMicrosoft Windows specific user principal implementation. -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.fluentClassDescriptionThis interface represents an cache of
AuthScheme
state information that can be re-used for preemptive authentication by subsequent requests.AuthScope
represents an authentication scope consisting of an application protocol, a host name, a port number, a realm name and an authentication scheme name.This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identityAbstract store of authentication credentials. -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.implClassDescriptionThis class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.This class represents the actual state of authentication handshake including the current
AuthScheme
used for request authorization as well as a collection of backup authentication options if available.This interface represents an abstract challenge-response oriented authentication scheme.Challenge type (TARGET or PROXY) -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.impl.asyncClassDescriptionThis class represents the actual state of authentication handshake including the current
AuthScheme
used for request authorization as well as a collection of backup authentication options if available.Factory forAuthScheme
implementations.Provider of authentication credentials. -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.impl.authClassDescriptionThis interface represents an cache of
AuthScheme
state information that can be re-used for preemptive authentication by subsequent requests.This class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.Signals a failure in authentication processThis class represents the actual state of authentication handshake including the currentAuthScheme
used for request authorization as well as a collection of backup authentication options if available.This interface represents an abstract challenge-response oriented authentication scheme.Factory forAuthScheme
implementations.AuthScope
represents an authentication scope consisting of an application protocol, a host name, a port number, a realm name and an authentication scheme name.Indicates that the state of anAuthScheme
can be cached and re-used for preemptive authentication by subsequent requests.Opaque tokenCredentials
usually representing a set of claims, often encrypted or signed.Challenge type (TARGET or PROXY)This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identityProvider of authentication credentials.Abstract store of authentication credentials.Deprecated.Do not use.Signals that authentication challenge is in some way invalid or illegal in the given contextDeprecated.Do not use.SimpleCredentials
representation based on a user name / password pair. -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.impl.classicClassDescriptionThis class represents the actual state of authentication handshake including the current
AuthScheme
used for request authorization as well as a collection of backup authentication options if available.Factory forAuthScheme
implementations.This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identityProvider of authentication credentials. -
Classes in org.apache.hc.client5.http.auth used by org.apache.hc.client5.http.protocolClassDescriptionThis interface represents an cache of
AuthScheme
state information that can be re-used for preemptive authentication by subsequent requests.This class represents the actual state of authentication handshake including the currentAuthScheme
used for request authorization as well as a collection of backup authentication options if available.This interface represents an abstract challenge-response oriented authentication scheme.Factory forAuthScheme
implementations.Provider of authentication credentials.