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 |
void |
clear()
|
org.apache.http.auth.AuthScheme |
get(org.apache.http.HttpHost host)
|
void |
put(org.apache.http.HttpHost host,
org.apache.http.auth.AuthScheme authScheme)
|
void |
remove(org.apache.http.HttpHost host)
|
put
void put(org.apache.http.HttpHost host,
org.apache.http.auth.AuthScheme authScheme)
get
org.apache.http.auth.AuthScheme get(org.apache.http.HttpHost host)
remove
void remove(org.apache.http.HttpHost host)
clear
void clear()