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: 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.statusCode:Ljava/lang/Integer;
2: aload 0
iload 1
putfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.challengeSent:Z
3: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
iload 1
aconst_null
invokespecial io.undertow.security.api.AuthenticationMechanism$ChallengeResult.<init>:(ZLjava/lang/Integer;)V
1: return
end local 1 end local 0 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 0: aload 0
getfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.statusCode:Ljava/lang/Integer;
areturn
end local 0 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 0: aload 0
getfield io.undertow.security.api.AuthenticationMechanism$ChallengeResult.challengeSent:Z
ireturn
end local 0 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