class org.eclipse.jgit.transport.HttpAuthMethod$None extends org.eclipse.jgit.transport.HttpAuthMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.HttpAuthMethod$None
  super_class: org.eclipse.jgit.transport.HttpAuthMethod
{
  static final org.eclipse.jgit.transport.HttpAuthMethod$None INSTANCE;
    descriptor: Lorg/eclipse/jgit/transport/HttpAuthMethod$None;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 250
            new org.eclipse.jgit.transport.HttpAuthMethod$None
            dup
            invokespecial org.eclipse.jgit.transport.HttpAuthMethod$None.<init>:()V
            putstatic org.eclipse.jgit.transport.HttpAuthMethod$None.INSTANCE:Lorg/eclipse/jgit/transport/HttpAuthMethod$None;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.HttpAuthMethod$None this
         0: .line 252
            aload 0 /* this */
            getstatic org.eclipse.jgit.transport.HttpAuthMethod$Type.NONE:Lorg/eclipse/jgit/transport/HttpAuthMethod$Type;
            invokespecial org.eclipse.jgit.transport.HttpAuthMethod.<init>:(Lorg/eclipse/jgit/transport/HttpAuthMethod$Type;)V
         1: .line 253
            return
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$None this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$None;

  void authorize(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.transport.HttpAuthMethod$None this
        start local 1 // java.lang.String user
        start local 2 // java.lang.String pass
         0: .line 258
            return
        end local 2 // java.lang.String pass
        end local 1 // java.lang.String user
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$None this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$None;
            0    1     1  user  Ljava/lang/String;
            0    1     2  pass  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      user  
      pass  

  void configureRequest(org.eclipse.jgit.transport.http.HttpConnection);
    descriptor: (Lorg/eclipse/jgit/transport/http/HttpConnection;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.HttpAuthMethod$None this
        start local 1 // org.eclipse.jgit.transport.http.HttpConnection conn
         0: .line 263
            return
        end local 1 // org.eclipse.jgit.transport.http.HttpConnection conn
        end local 0 // org.eclipse.jgit.transport.HttpAuthMethod$None this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpAuthMethod$None;
            0    1     1  conn  Lorg/eclipse/jgit/transport/http/HttpConnection;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      conn  
}
SourceFile: "HttpAuthMethod.java"
NestHost: org.eclipse.jgit.transport.HttpAuthMethod
InnerClasses:
  private None = org.eclipse.jgit.transport.HttpAuthMethod$None of org.eclipse.jgit.transport.HttpAuthMethod
  public abstract Type = org.eclipse.jgit.transport.HttpAuthMethod$Type of org.eclipse.jgit.transport.HttpAuthMethod