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 CredentialsStoreExecutor. credentialsStoreMethods in org.apache.hc.client5.http.fluent with parameters of type CredentialsStore Modifier and Type Method Description ExecutorExecutor. 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 classBasicCredentialsProviderDefault implementation ofCredentialsStore.classSystemDefaultCredentialsProviderImplementation ofCredentialsStorebacked by standard JREAuthenticator.
-