class org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener this
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthenticationAuditListener$WebAuditListener;

  void process(org.springframework.boot.actuate.security.AuthenticationAuditListener, AbstractAuthenticationEvent);
    descriptor: (Lorg/springframework/boot/actuate/security/AuthenticationAuditListener;LAbstractAuthenticationEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAbstractAuthenticationEvent cannot be resolved to a type\n\tAuthenticationSwitchUserEvent cannot be resolved to a type\n\tAuthenticationSwitchUserEvent cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthenticationAuditListener$WebAuditListener;
    MethodParameters:
          Name  Flags
      listener  
      input     

  boolean accepts(AbstractAuthenticationEvent);
    descriptor: (LAbstractAuthenticationEvent;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAbstractAuthenticationEvent cannot be resolved to a type\n\tAuthenticationSwitchUserEvent cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthenticationAuditListener$WebAuditListener;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "AuthenticationAuditListener.java"
NestHost: org.springframework.boot.actuate.security.AuthenticationAuditListener
InnerClasses:
  private WebAuditListener = org.springframework.boot.actuate.security.AuthenticationAuditListener$WebAuditListener of org.springframework.boot.actuate.security.AuthenticationAuditListener