public class io.undertow.security.api.AuthenticationMechanism$ChallengeResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.security.api.AuthenticationMechanism$ChallengeResult
  super_class: java.lang.Object
{
  public static final io.undertow.security.api.AuthenticationMechanism$ChallengeResult NOT_SENT;
    descriptor: Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 115
            new io.undertow.security.api.AuthenticationMechanism$ChallengeResult
            dup
            iconst_0
            invokespecial io.undertow.security.api.AuthenticationMechanism$ChallengeResult.<init>:(Z)V
            putstatic io.undertow.security.api.AuthenticationMechanism$ChallengeResult.NOT_SENT:Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(boolean, java.lang.Integer);
    descriptor: (ZLjava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
        start local 1 // boolean challengeSent
        start local 2 // java.lang.Integer statusCode
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            aload 2 /* statusCode */
            putfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.statusCode:Ljava/lang/Integer;
         2: .line 122
            aload 0 /* this */
            iload 1 /* challengeSent */
            putfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.challengeSent:Z
         3: .line 123
            return
        end local 2 // java.lang.Integer statusCode
        end local 1 // boolean challengeSent
        end local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
            0    4     1  challengeSent  Z
            0    4     2     statusCode  Ljava/lang/Integer;
    MethodParameters:
               Name  Flags
      challengeSent  final
      statusCode     final

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
        start local 1 // boolean challengeSent
         0: .line 126
            aload 0 /* this */
            iload 1 /* challengeSent */
            aconst_null
            invokespecial io.undertow.security.api.AuthenticationMechanism$ChallengeResult.<init>:(ZLjava/lang/Integer;)V
         1: .line 127
            return
        end local 1 // boolean challengeSent
        end local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
            0    2     1  challengeSent  Z
    MethodParameters:
               Name  Flags
      challengeSent  final

  public java.lang.Integer getDesiredResponseCode();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
         0: .line 138
            aload 0 /* this */
            getfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.statusCode:Ljava/lang/Integer;
            areturn
        end local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;

  public boolean isChallengeSent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
         0: .line 150
            aload 0 /* this */
            getfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.challengeSent:Z
            ireturn
        end local 0 // io.undertow.security.api.AuthenticationMechanism$ChallengeResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
}
SourceFile: "AuthenticationMechanism.java"
NestHost: io.undertow.security.api.AuthenticationMechanism
InnerClasses:
  public ChallengeResult = io.undertow.security.api.AuthenticationMechanism$ChallengeResult of io.undertow.security.api.AuthenticationMechanism