public final class io.undertow.security.impl.ExternalAuthenticationMechanism$Factory implements io.undertow.security.api.AuthenticationMechanismFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.security.impl.ExternalAuthenticationMechanism$Factory
  super_class: java.lang.Object
{
  public void <init>(io.undertow.security.idm.IdentityManager);
    descriptor: (Lio/undertow/security/idm/IdentityManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism$Factory this
        start local 1 // io.undertow.security.idm.IdentityManager identityManager
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 1 // io.undertow.security.idm.IdentityManager identityManager
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism$Factory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/undertow/security/impl/ExternalAuthenticationMechanism$Factory;
            0    1     1  identityManager  Lio/undertow/security/idm/IdentityManager;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      identityManager  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism$Factory this
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/security/impl/ExternalAuthenticationMechanism$Factory;

  public io.undertow.security.api.AuthenticationMechanism create(java.lang.String, io.undertow.security.idm.IdentityManager, io.undertow.server.handlers.form.FormParserFactory, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/lang/String;Lio/undertow/security/idm/IdentityManager;Lio/undertow/server/handlers/form/FormParserFactory;Ljava/util/Map;)Lio/undertow/security/api/AuthenticationMechanism;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism$Factory this
        start local 1 // java.lang.String mechanismName
        start local 2 // io.undertow.security.idm.IdentityManager identityManager
        start local 3 // io.undertow.server.handlers.form.FormParserFactory formParserFactory
        start local 4 // java.util.Map properties
         0: .line 102
            new io.undertow.security.impl.ExternalAuthenticationMechanism
            dup
            aload 1 /* mechanismName */
            aload 2 /* identityManager */
            invokespecial io.undertow.security.impl.ExternalAuthenticationMechanism.<init>:(Ljava/lang/String;Lio/undertow/security/idm/IdentityManager;)V
            areturn
        end local 4 // java.util.Map properties
        end local 3 // io.undertow.server.handlers.form.FormParserFactory formParserFactory
        end local 2 // io.undertow.security.idm.IdentityManager identityManager
        end local 1 // java.lang.String mechanismName
        end local 0 // io.undertow.security.impl.ExternalAuthenticationMechanism$Factory this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/undertow/security/impl/ExternalAuthenticationMechanism$Factory;
            0    1     1      mechanismName  Ljava/lang/String;
            0    1     2    identityManager  Lio/undertow/security/idm/IdentityManager;
            0    1     3  formParserFactory  Lio/undertow/server/handlers/form/FormParserFactory;
            0    1     4         properties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lio/undertow/security/idm/IdentityManager;Lio/undertow/server/handlers/form/FormParserFactory;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/undertow/security/api/AuthenticationMechanism;
    MethodParameters:
                   Name  Flags
      mechanismName      
      identityManager    
      formParserFactory  
      properties         
}
SourceFile: "ExternalAuthenticationMechanism.java"
NestHost: io.undertow.security.impl.ExternalAuthenticationMechanism
InnerClasses:
  public final Factory = io.undertow.security.impl.ExternalAuthenticationMechanism$Factory of io.undertow.security.impl.ExternalAuthenticationMechanism