Uses of Class
org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
Packages that use UsernamePasswordCredentials Package Description org.apache.hc.client5.http 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.org.apache.hc.client5.http.impl.auth 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 UsernamePasswordCredentials Modifier and Type Method Description ContextBuilderContextBuilder. 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 UsernamePasswordCredentials Modifier and Type Field Description private UsernamePasswordCredentialsBasicScheme. credentialsprivate UsernamePasswordCredentialsDigestScheme. credentials
-