Uses of Class
org.apache.hc.client5.http.impl.auth.BasicAuthCache.AuthData
-
Packages that use BasicAuthCache.AuthData Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of BasicAuthCache.AuthData in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth with type parameters of type BasicAuthCache.AuthData Modifier and Type Field Description private java.util.Map<BasicAuthCache.Key,BasicAuthCache.AuthData>BasicAuthCache. mapMethods in org.apache.hc.client5.http.impl.auth that return BasicAuthCache.AuthData Modifier and Type Method Description private BasicAuthCache.AuthDataBasicAuthCache. data(AuthScheme authScheme)
-