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.
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 TypeMethodDescriptionContextBuilder.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 UsernamePasswordCredentials
BasicScheme.credentials
private UsernamePasswordCredentials
DigestScheme.credentials