Uses of Class
org.apache.hc.client5.http.auth.UsernamePasswordCredentials
Packages that use UsernamePasswordCredentials
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.
Caching APIs for both the classic and the asynchronous
HTTP transports.
Standard and common HTTP authentication schemes.
-
Uses of UsernamePasswordCredentials in org.apache.hc.client5.http
Methods in org.apache.hc.client5.http with parameters of type UsernamePasswordCredentialsModifier and TypeMethodDescriptionAbstractClientContextBuilder.preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost host, UsernamePasswordCredentials credentials) ContextBuilder.preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost host, UsernamePasswordCredentials credentials) -
Uses of UsernamePasswordCredentials in org.apache.hc.client5.http.cache
Methods in org.apache.hc.client5.http.cache with parameters of type UsernamePasswordCredentialsModifier and TypeMethodDescriptionCacheContextBuilder.preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost host, UsernamePasswordCredentials credentials) -
Uses of UsernamePasswordCredentials in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as UsernamePasswordCredentialsModifier and TypeFieldDescriptionprivate UsernamePasswordCredentialsBasicScheme.credentials(package private) final UsernamePasswordCredentialsBasicScheme.State.credentialsprivate UsernamePasswordCredentialsDigestScheme.credentialsConstructors in org.apache.hc.client5.http.impl.auth with parameters of type UsernamePasswordCredentialsModifierConstructorDescription(package private)State(Map<String, String> params, UsernamePasswordCredentials credentials)