public class io.undertow.security.api.SecurityNotification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.security.api.SecurityNotification
  super_class: java.lang.Object
{
  private final io.undertow.server.HttpServerExchange exchange;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.security.api.SecurityNotification$EventType eventType;
    descriptor: Lio/undertow/security/api/SecurityNotification$EventType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.security.idm.Account account;
    descriptor: Lio/undertow/security/idm/Account;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String mechanism;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean programatic;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean cachingRequired;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.undertow.server.HttpServerExchange, io.undertow.security.api.SecurityNotification$EventType, io.undertow.security.idm.Account, java.lang.String, boolean, java.lang.String, boolean);
    descriptor: (Lio/undertow/server/HttpServerExchange;Lio/undertow/security/api/SecurityNotification$EventType;Lio/undertow/security/idm/Account;Ljava/lang/String;ZLjava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // io.undertow.security.api.SecurityNotification this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // io.undertow.security.api.SecurityNotification$EventType eventType
        start local 3 // io.undertow.security.idm.Account account
        start local 4 // java.lang.String mechanism
        start local 5 // boolean programatic
        start local 6 // java.lang.String message
        start local 7 // boolean cachingRequired
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* exchange */
            putfield io.undertow.security.api.SecurityNotification.exchange:Lio/undertow/server/HttpServerExchange;
         2: .line 40
            aload 0 /* this */
            aload 2 /* eventType */
            putfield io.undertow.security.api.SecurityNotification.eventType:Lio/undertow/security/api/SecurityNotification$EventType;
         3: .line 41
            aload 0 /* this */
            aload 3 /* account */
            putfield io.undertow.security.api.SecurityNotification.account:Lio/undertow/security/idm/Account;
         4: .line 42
            aload 0 /* this */
            aload 4 /* mechanism */
            putfield io.undertow.security.api.SecurityNotification.mechanism:Ljava/lang/String;
         5: .line 43
            aload 0 /* this */
            iload 5 /* programatic */
            putfield io.undertow.security.api.SecurityNotification.programatic:Z
         6: .line 44
            aload 0 /* this */
            aload 6 /* message */
            putfield io.undertow.security.api.SecurityNotification.message:Ljava/lang/String;
         7: .line 45
            aload 0 /* this */
            iload 7 /* cachingRequired */
            putfield io.undertow.security.api.SecurityNotification.cachingRequired:Z
         8: .line 46
            return
        end local 7 // boolean cachingRequired
        end local 6 // java.lang.String message
        end local 5 // boolean programatic
        end local 4 // java.lang.String mechanism
        end local 3 // io.undertow.security.idm.Account account
        end local 2 // io.undertow.security.api.SecurityNotification$EventType eventType
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lio/undertow/security/api/SecurityNotification;
            0    9     1         exchange  Lio/undertow/server/HttpServerExchange;
            0    9     2        eventType  Lio/undertow/security/api/SecurityNotification$EventType;
            0    9     3          account  Lio/undertow/security/idm/Account;
            0    9     4        mechanism  Ljava/lang/String;
            0    9     5      programatic  Z
            0    9     6          message  Ljava/lang/String;
            0    9     7  cachingRequired  Z
    MethodParameters:
                 Name  Flags
      exchange         final
      eventType        final
      account          final
      mechanism        final
      programatic      final
      message          final
      cachingRequired  

  public io.undertow.server.HttpServerExchange getExchange();
    descriptor: ()Lio/undertow/server/HttpServerExchange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 49
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.exchange:Lio/undertow/server/HttpServerExchange;
            areturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;

  public io.undertow.security.api.SecurityNotification$EventType getEventType();
    descriptor: ()Lio/undertow/security/api/SecurityNotification$EventType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 53
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.eventType:Lio/undertow/security/api/SecurityNotification$EventType;
            areturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;

  public io.undertow.security.idm.Account getAccount();
    descriptor: ()Lio/undertow/security/idm/Account;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 57
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.account:Lio/undertow/security/idm/Account;
            areturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;

  public java.lang.String getMechanism();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 61
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.mechanism:Ljava/lang/String;
            areturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;

  public boolean isProgramatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 65
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.programatic:Z
            ireturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 69
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.message:Ljava/lang/String;
            areturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;

  public boolean isCachingRequired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.SecurityNotification this
         0: .line 73
            aload 0 /* this */
            getfield io.undertow.security.api.SecurityNotification.cachingRequired:Z
            ireturn
        end local 0 // io.undertow.security.api.SecurityNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/SecurityNotification;
}
SourceFile: "SecurityNotification.java"
NestMembers:
  io.undertow.security.api.SecurityNotification$EventType
InnerClasses:
  public final EventType = io.undertow.security.api.SecurityNotification$EventType of io.undertow.security.api.SecurityNotification