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.cache Caching APIs for both the classic and the asynchronous HTTP transports.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 AbstractClientContextBuilder<T>AbstractClientContextBuilder. preemptiveBasicAuth(org.apache.hc.core5.http.HttpHost host, UsernamePasswordCredentials credentials)ContextBuilderContextBuilder. 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 UsernamePasswordCredentials Modifier and Type Method Description CacheContextBuilderCacheContextBuilder. 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. credentials(package private) UsernamePasswordCredentialsBasicScheme.State. credentialsprivate UsernamePasswordCredentialsDigestScheme. credentialsConstructors in org.apache.hc.client5.http.impl.auth with parameters of type UsernamePasswordCredentials Constructor Description State(java.util.Map<java.lang.String,java.lang.String> params, UsernamePasswordCredentials credentials)
-