public interface org.apache.http.client.CredentialsProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.client.CredentialsProvider
  super_class: java.lang.Object
{
  public abstract void setCredentials(org.apache.http.auth.AuthScope, org.apache.http.auth.Credentials);
    descriptor: (Lorg/apache/http/auth/AuthScope;Lorg/apache/http/auth/Credentials;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      authscope    
      credentials  

  public abstract org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthScope);
    descriptor: (Lorg/apache/http/auth/AuthScope;)Lorg/apache/http/auth/Credentials;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      authscope  

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CredentialsProvider.java"