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

  public static final java.lang.String NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "EXTERNAL"

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

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

  public static final io.undertow.util.AttachmentKey<java.lang.String> EXTERNAL_PRINCIPAL;
    descriptor: Lio/undertow/util/AttachmentKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/undertow/util/AttachmentKey<Ljava/lang/String;>;

  public static final io.undertow.util.AttachmentKey<java.lang.String> EXTERNAL_AUTHENTICATION_TYPE;
    descriptor: Lio/undertow/util/AttachmentKey;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/undertow/util/AttachmentKey<Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            new io.undertow.security.impl.ExternalAuthenticationMechanism$Factory
            dup
            invokespecial io.undertow.security.impl.ExternalAuthenticationMechanism$Factory.<init>:()V
            putstatic io.undertow.security.impl.ExternalAuthenticationMechanism.FACTORY:Lio/undertow/security/api/AuthenticationMechanismFactory;
         1: .line 52
            ldc Ljava/lang/String;
            invokestatic io.undertow.util.AttachmentKey.create:(Ljava/lang/Class;)Lio/undertow/util/AttachmentKey;
            putstatic io.undertow.security.impl.ExternalAuthenticationMechanism.EXTERNAL_PRINCIPAL:Lio/undertow/util/AttachmentKey;
         2: .line 53
            ldc Ljava/lang/String;
            invokestatic io.undertow.util.AttachmentKey.create:(Ljava/lang/Class;)Lio/undertow/util/AttachmentKey;
            putstatic io.undertow.security.impl.ExternalAuthenticationMechanism.EXTERNAL_AUTHENTICATION_TYPE:Lio/undertow/util/AttachmentKey;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, io.undertow.security.idm.IdentityManager);
    descriptor: (Ljava/lang/String;Lio/undertow/security/idm/IdentityManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
        start local 1 // java.lang.String name
        start local 2 // io.undertow.security.idm.IdentityManager identityManager
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* name */
            putfield io.undertow.security.impl.ExternalAuthenticationMechanism.name:Ljava/lang/String;
         2: .line 57
            aload 0 /* this */
            aload 2 /* identityManager */
            putfield io.undertow.security.impl.ExternalAuthenticationMechanism.identityManager:Lio/undertow/security/idm/IdentityManager;
         3: .line 58
            return
        end local 2 // io.undertow.security.idm.IdentityManager identityManager
        end local 1 // java.lang.String name
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/undertow/security/impl/ExternalAuthenticationMechanism;
            0    4     1             name  Ljava/lang/String;
            0    4     2  identityManager  Lio/undertow/security/idm/IdentityManager;
    MethodParameters:
                 Name  Flags
      name             
      identityManager  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
        start local 1 // java.lang.String name
         0: .line 61
            aload 0 /* this */
            aload 1 /* name */
            aconst_null
            invokespecial io.undertow.security.impl.ExternalAuthenticationMechanism.<init>:(Ljava/lang/String;Lio/undertow/security/idm/IdentityManager;)V
         1: .line 62
            return
        end local 1 // java.lang.String name
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/security/impl/ExternalAuthenticationMechanism;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
         0: .line 64
            aload 0 /* this */
            ldc "EXTERNAL"
            invokespecial io.undertow.security.impl.ExternalAuthenticationMechanism.<init>:(Ljava/lang/String;)V
         1: .line 65
            return
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/security/impl/ExternalAuthenticationMechanism;

  private io.undertow.security.idm.IdentityManager getIdentityManager(io.undertow.security.api.SecurityContext);
    descriptor: (Lio/undertow/security/api/SecurityContext;)Lio/undertow/security/idm/IdentityManager;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
        start local 1 // io.undertow.security.api.SecurityContext securityContext
         0: .line 69
            aload 0 /* this */
            getfield io.undertow.security.impl.ExternalAuthenticationMechanism.identityManager:Lio/undertow/security/idm/IdentityManager;
            ifnull 1
            aload 0 /* this */
            getfield io.undertow.security.impl.ExternalAuthenticationMechanism.identityManager:Lio/undertow/security/idm/IdentityManager;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* securityContext */
            invokeinterface io.undertow.security.api.SecurityContext.getIdentityManager:()Lio/undertow/security/idm/IdentityManager;
      StackMap locals:
      StackMap stack: io.undertow.security.idm.IdentityManager
         2: areturn
        end local 1 // io.undertow.security.api.SecurityContext securityContext
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/undertow/security/impl/ExternalAuthenticationMechanism;
            0    3     1  securityContext  Lio/undertow/security/api/SecurityContext;
    MethodParameters:
                 Name  Flags
      securityContext  

  public io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange, io.undertow.security.api.SecurityContext);
    descriptor: (Lio/undertow/server/HttpServerExchange;Lio/undertow/security/api/SecurityContext;)Lio/undertow/security/api/AuthenticationMechanism$AuthenticationMechanismOutcome;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // io.undertow.security.api.SecurityContext securityContext
         0: .line 74
            aload 1 /* exchange */
            getstatic io.undertow.security.impl.ExternalAuthenticationMechanism.EXTERNAL_PRINCIPAL:Lio/undertow/util/AttachmentKey;
            invokevirtual io.undertow.server.HttpServerExchange.getAttachment:(Lio/undertow/util/AttachmentKey;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* principal */
        start local 3 // java.lang.String principal
         1: .line 75
            aload 3 /* principal */
            ifnonnull 3
         2: .line 76
            getstatic io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome.NOT_ATTEMPTED:Lio/undertow/security/api/AuthenticationMechanism$AuthenticationMechanismOutcome;
            areturn
         3: .line 78
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* securityContext */
            invokevirtual io.undertow.security.impl.ExternalAuthenticationMechanism.getIdentityManager:(Lio/undertow/security/api/SecurityContext;)Lio/undertow/security/idm/IdentityManager;
            aload 3 /* principal */
            getstatic io.undertow.security.idm.ExternalCredential.INSTANCE:Lio/undertow/security/idm/ExternalCredential;
            invokeinterface io.undertow.security.idm.IdentityManager.verify:(Ljava/lang/String;Lio/undertow/security/idm/Credential;)Lio/undertow/security/idm/Account;
            astore 4 /* account */
        start local 4 // io.undertow.security.idm.Account account
         4: .line 79
            aload 4 /* account */
            ifnonnull 6
         5: .line 80
            getstatic io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome.NOT_AUTHENTICATED:Lio/undertow/security/api/AuthenticationMechanism$AuthenticationMechanismOutcome;
            areturn
         6: .line 82
      StackMap locals: io.undertow.security.idm.Account
      StackMap stack:
            aload 1 /* exchange */
            getstatic io.undertow.security.impl.ExternalAuthenticationMechanism.EXTERNAL_AUTHENTICATION_TYPE:Lio/undertow/util/AttachmentKey;
            invokevirtual io.undertow.server.HttpServerExchange.getAttachment:(Lio/undertow/util/AttachmentKey;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* name */
        start local 5 // java.lang.String name
         7: .line 83
            aload 2 /* securityContext */
            aload 4 /* account */
            aload 5 /* name */
            ifnull 8
            aload 5 /* name */
            goto 9
      StackMap locals: io.undertow.security.impl.ExternalAuthenticationMechanism io.undertow.server.HttpServerExchange io.undertow.security.api.SecurityContext java.lang.String io.undertow.security.idm.Account java.lang.String
      StackMap stack: io.undertow.security.api.SecurityContext io.undertow.security.idm.Account
         8: aload 0 /* this */
            getfield io.undertow.security.impl.ExternalAuthenticationMechanism.name:Ljava/lang/String;
      StackMap locals: io.undertow.security.impl.ExternalAuthenticationMechanism io.undertow.server.HttpServerExchange io.undertow.security.api.SecurityContext java.lang.String io.undertow.security.idm.Account java.lang.String
      StackMap stack: io.undertow.security.api.SecurityContext io.undertow.security.idm.Account java.lang.String
         9: iconst_0
            invokeinterface io.undertow.security.api.SecurityContext.authenticationComplete:(Lio/undertow/security/idm/Account;Ljava/lang/String;Z)V
        10: .line 85
            getstatic io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome.AUTHENTICATED:Lio/undertow/security/api/AuthenticationMechanism$AuthenticationMechanismOutcome;
            areturn
        end local 5 // java.lang.String name
        end local 4 // io.undertow.security.idm.Account account
        end local 3 // java.lang.String principal
        end local 2 // io.undertow.security.api.SecurityContext securityContext
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lio/undertow/security/impl/ExternalAuthenticationMechanism;
            0   11     1         exchange  Lio/undertow/server/HttpServerExchange;
            0   11     2  securityContext  Lio/undertow/security/api/SecurityContext;
            1   11     3        principal  Ljava/lang/String;
            4   11     4          account  Lio/undertow/security/idm/Account;
            7   11     5             name  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      exchange         
      securityContext  

  public io.undertow.security.api.AuthenticationMechanism$ChallengeResult sendChallenge(io.undertow.server.HttpServerExchange, io.undertow.security.api.SecurityContext);
    descriptor: (Lio/undertow/server/HttpServerExchange;Lio/undertow/security/api/SecurityContext;)Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // io.undertow.security.api.SecurityContext securityContext
         0: .line 90
            getstatic io.undertow.security.api.AuthenticationMechanism$ChallengeResult.NOT_SENT:Lio/undertow/security/api/AuthenticationMechanism$ChallengeResult;
            areturn
        end local 2 // io.undertow.security.api.SecurityContext securityContext
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/undertow/security/impl/ExternalAuthenticationMechanism;
            0    1     1         exchange  Lio/undertow/server/HttpServerExchange;
            0    1     2  securityContext  Lio/undertow/security/api/SecurityContext;
    MethodParameters:
                 Name  Flags
      exchange         
      securityContext  
}
SourceFile: "ExternalAuthenticationMechanism.java"
NestMembers:
  io.undertow.security.impl.ExternalAuthenticationMechanism$Factory
InnerClasses:
  public final AuthenticationMechanismOutcome = io.undertow.security.api.AuthenticationMechanism$AuthenticationMechanismOutcome of io.undertow.security.api.AuthenticationMechanism
  public ChallengeResult = io.undertow.security.api.AuthenticationMechanism$ChallengeResult of io.undertow.security.api.AuthenticationMechanism
  public final Factory = io.undertow.security.impl.ExternalAuthenticationMechanism$Factory of io.undertow.security.impl.ExternalAuthenticationMechanism