BasicAuthCachepublic interface AuthCache
AuthScheme cache. Initialized AuthScheme objects
from this cache can be used to preemptively authenticate against known
hosts.| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
AuthScheme |
get(org.apache.http.HttpHost host) |
|
void |
put(org.apache.http.HttpHost host,
AuthScheme authScheme) |
|
void |
remove(org.apache.http.HttpHost host) |
void put(org.apache.http.HttpHost host,
AuthScheme authScheme)
AuthScheme get(org.apache.http.HttpHost host)
void remove(org.apache.http.HttpHost host)
void clear()