Package org.apache.http.client
Interface AuthCache
- All Known Implementing Classes:
BasicAuthCache
public interface AuthCache
Abstract
AuthScheme
cache. Initialized AuthScheme
objects
from this cache can be used to preemptively authenticate against known
hosts.- Since:
- 4.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
put
(HttpHost host, AuthScheme authScheme) void
-
Method Details
-
put
-
get
-
remove
-
clear
void clear()
-