Uses of Interface
org.apache.hc.client5.http.auth.CredentialsStore
Packages that use CredentialsStore
Package
Description
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
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 CredentialsStoreMethods in org.apache.hc.client5.http.fluent with parameters of type CredentialsStore -
Uses of CredentialsStore in org.apache.hc.client5.http.impl.auth
Classes in org.apache.hc.client5.http.impl.auth that implement CredentialsStoreModifier and TypeClassDescriptionclass
Default implementation ofCredentialsStore
.class
Implementation ofCredentialsStore
backed by standard JREAuthenticator
.