Package org.apache.hc.client5.http.auth
Interface AuthCache
- All Known Implementing Classes:
BasicAuthCache
public interface AuthCache
This interface represents an cache of
AuthScheme state information
that can be re-used for preemptive authentication by subsequent requests.- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()get(org.apache.hc.core5.http.HttpHost host) voidput(org.apache.hc.core5.http.HttpHost host, AuthScheme authScheme) voidremove(org.apache.hc.core5.http.HttpHost host)
-
Method Details
-
put
-
get
-
remove
void remove(org.apache.hc.core5.http.HttpHost host) -
clear
void clear()
-