Class BasicAuthCache

java.lang.Object
org.apache.http.impl.client.BasicAuthCache
All Implemented Interfaces:
AuthCache

@Contract(threading=SAFE) public class BasicAuthCache extends Object implements AuthCache
Default implementation of AuthCache. This implements expects AuthScheme to be Serializable in order to be cacheable.

Instances of this class are thread safe as of version 4.4.

Since:
4.1