class org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector implements org.eclipse.aether.repository.AuthenticationSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector
  super_class: java.lang.Object
{
  public static final org.eclipse.aether.repository.AuthenticationSelector INSTANCE;
    descriptor: Lorg/eclipse/aether/repository/AuthenticationSelector;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 840
            new org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector
            dup
            invokespecial org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector.<init>:()V
            putstatic org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector.INSTANCE:Lorg/eclipse/aether/repository/AuthenticationSelector;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector this
         0: .line 836
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/DefaultRepositorySystemSession$NullAuthenticationSelector;

  public org.eclipse.aether.repository.Authentication getAuthentication(org.eclipse.aether.repository.RemoteRepository);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/Authentication;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 844
            aload 1 /* repository */
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getAuthentication:()Lorg/eclipse/aether/repository/Authentication;
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/aether/DefaultRepositorySystemSession$NullAuthenticationSelector;
            0    1     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
            Name  Flags
      repository  
}
SourceFile: "DefaultRepositorySystemSession.java"
NestHost: org.eclipse.aether.DefaultRepositorySystemSession
InnerClasses:
  NullAuthenticationSelector = org.eclipse.aether.DefaultRepositorySystemSession$NullAuthenticationSelector of org.eclipse.aether.DefaultRepositorySystemSession