Uses of Interface
org.apache.hc.client5.http.auth.CredentialsStore
-
Packages that use CredentialsStore Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of CredentialsStore in org.apache.hc.client5.http.fluent
Fields in org.apache.hc.client5.http.fluent declared as CredentialsStore Modifier and Type Field Description private CredentialsStore
Executor. credentialsStore
Methods in org.apache.hc.client5.http.fluent with parameters of type CredentialsStore Modifier and Type Method Description Executor
Executor. use(CredentialsStore credentialsStore)
-
Uses of CredentialsStore in org.apache.hc.client5.http.impl.auth
Classes in org.apache.hc.client5.http.impl.auth that implement CredentialsStore Modifier and Type Class Description class
BasicCredentialsProvider
Default implementation ofCredentialsStore
.class
SystemDefaultCredentialsProvider
Implementation ofCredentialsStore
backed by standard JREAuthenticator
.
-