public final class org.eclipse.aether.util.repository.DefaultAuthenticationSelector implements org.eclipse.aether.repository.AuthenticationSelector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.util.repository.DefaultAuthenticationSelector
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, org.eclipse.aether.repository.Authentication> repos;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/eclipse/aether/repository/Authentication;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.aether.util.repository.DefaultAuthenticationSelector this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.aether.util.repository.DefaultAuthenticationSelector.repos:Ljava/util/Map;
         2: .line 32
            return
        end local 0 // org.eclipse.aether.util.repository.DefaultAuthenticationSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/aether/util/repository/DefaultAuthenticationSelector;

  public org.eclipse.aether.util.repository.DefaultAuthenticationSelector add(java.lang.String, org.eclipse.aether.repository.Authentication);
    descriptor: (Ljava/lang/String;Lorg/eclipse/aether/repository/Authentication;)Lorg/eclipse/aether/util/repository/DefaultAuthenticationSelector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.aether.util.repository.DefaultAuthenticationSelector this
        start local 1 // java.lang.String id
        start local 2 // org.eclipse.aether.repository.Authentication auth
         0: .line 47
            aload 2 /* auth */
            ifnull 3
         1: .line 49
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.DefaultAuthenticationSelector.repos:Ljava/util/Map;
            aload 1 /* id */
            aload 2 /* auth */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 50
            goto 4
         3: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.DefaultAuthenticationSelector.repos:Ljava/util/Map;
            aload 1 /* id */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // org.eclipse.aether.repository.Authentication auth
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.aether.util.repository.DefaultAuthenticationSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/aether/util/repository/DefaultAuthenticationSelector;
            0    5     1    id  Ljava/lang/String;
            0    5     2  auth  Lorg/eclipse/aether/repository/Authentication;
    MethodParameters:
      Name  Flags
      id    
      auth  

  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=2, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.repository.DefaultAuthenticationSelector this
        start local 1 // org.eclipse.aether.repository.RemoteRepository repository
         0: .line 61
            aload 0 /* this */
            getfield org.eclipse.aether.util.repository.DefaultAuthenticationSelector.repos:Ljava/util/Map;
            aload 1 /* repository */
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getId:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.aether.repository.Authentication
            areturn
        end local 1 // org.eclipse.aether.repository.RemoteRepository repository
        end local 0 // org.eclipse.aether.util.repository.DefaultAuthenticationSelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/aether/util/repository/DefaultAuthenticationSelector;
            0    1     1  repository  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
            Name  Flags
      repository  
}
SourceFile: "DefaultAuthenticationSelector.java"