public class org.springframework.boot.actuate.security.AuthorizationAuditListener extends org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.security.AuthorizationAuditListener
  super_class: org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
{
  public static final java.lang.String AUTHORIZATION_FAILURE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "AUTHORIZATION_FAILURE"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.security.AuthorizationAuditListener this
         0: .line 34
            aload 0 /* this */
            invokespecial org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.security.AuthorizationAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthorizationAuditListener;

  public void onApplicationEvent(AbstractAuthorizationEvent);
    descriptor: (LAbstractAuthorizationEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.security.AuthorizationAuditListener this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAbstractAuthorizationEvent cannot be resolved to a type\n\tAuthenticationCredentialsNotFoundEvent cannot be resolved to a type\n\tThe method onAuthenticationCredentialsNotFoundEvent(AuthenticationCredentialsNotFoundEvent) from the type AuthorizationAuditListener refers to the missing type AuthenticationCredentialsNotFoundEvent\n\tAuthenticationCredentialsNotFoundEvent cannot be resolved to a type\n\tAuthorizationFailureEvent cannot be resolved to a type\n\tThe method onAuthorizationFailureEvent(AuthorizationFailureEvent) from the type AuthorizationAuditListener refers to the missing type AuthorizationFailureEvent\n\tAuthorizationFailureEvent 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.AuthorizationAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthorizationAuditListener;
    MethodParameters:
       Name  Flags
      event  

  void onAuthenticationCredentialsNotFoundEvent(AuthenticationCredentialsNotFoundEvent);
    descriptor: (LAuthenticationCredentialsNotFoundEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.security.AuthorizationAuditListener this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAuthenticationCredentialsNotFoundEvent 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.AuthorizationAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthorizationAuditListener;
    MethodParameters:
       Name  Flags
      event  

  void onAuthorizationFailureEvent(AuthorizationFailureEvent);
    descriptor: (LAuthorizationFailureEvent;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.security.AuthorizationAuditListener this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAuthorizationFailureEvent 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.AuthorizationAuditListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/security/AuthorizationAuditListener;
    MethodParameters:
       Name  Flags
      event  

  public void onApplicationEvent(AbstractAuthorizationEvent);
    descriptor: (LAbstractAuthorizationEvent;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 34
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type AuthorizationAuditListener must implement the inherited abstract method ApplicationListener<AbstractAuthorizationEvent>.onApplicationEvent(AbstractAuthorizationEvent)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
}
SourceFile: "AuthorizationAuditListener.java"