public interface  org.apache.hc.client.http.auth.CredentialsStore extends java.lang.Object implements org.apache.hc.client.http.auth.CredentialsProvider
{
public abstract void setCredentials(org.apache.hc.client.http.auth.AuthScope, org.apache.hc.client.http.auth.Credentials);
public abstract void clear();
}