org.apache.http.impl.client
Class BasicAuthCache
java.lang.Object
org.apache.http.impl.client.BasicAuthCache
- All Implemented Interfaces:
- AuthCache
@NotThreadSafe
public class BasicAuthCache
- extends java.lang.Object
- implements AuthCache
Default implementation of AuthCache
.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BasicAuthCache
public BasicAuthCache()
- Default constructor.
put
public void put(org.apache.http.HttpHost host,
AuthScheme authScheme)
- Specified by:
put
in interface AuthCache
get
public AuthScheme get(org.apache.http.HttpHost host)
- Specified by:
get
in interface AuthCache
remove
public void remove(org.apache.http.HttpHost host)
- Specified by:
remove
in interface AuthCache
clear
public void clear()
- Specified by:
clear
in interface AuthCache
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.