public interface org.apache.http.auth.ContextAwareAuthScheme extends org.apache.http.auth.AuthScheme
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.http.auth.ContextAwareAuthScheme
  super_class: java.lang.Object
{
  public abstract org.apache.http.Header authenticate(org.apache.http.auth.Credentials, org.apache.http.HttpRequest, org.apache.http.protocol.HttpContext);
    descriptor: (Lorg/apache/http/auth/Credentials;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/Header;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.http.auth.AuthenticationException
    MethodParameters:
             Name  Flags
      credentials  
      request      
      context      
}
SourceFile: "ContextAwareAuthScheme.java"