public class io.vertx.ext.shell.impl.auth.ShiroShellAuth implements io.vertx.ext.shell.impl.ShellAuth
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.shell.impl.auth.ShiroShellAuth
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.impl.auth.ShiroShellAuth this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.shell.impl.auth.ShiroShellAuth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/impl/auth/ShiroShellAuth;

  public java.lang.String provider();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.shell.impl.auth.ShiroShellAuth this
         0: .line 45
            ldc "shiro"
            areturn
        end local 0 // io.vertx.ext.shell.impl.auth.ShiroShellAuth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/shell/impl/auth/ShiroShellAuth;

  public io.vertx.ext.auth.AuthProvider create(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/AuthProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.shell.impl.auth.ShiroShellAuth this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject config
         0: .line 50
            new io.vertx.ext.auth.shiro.ShiroAuthOptions
            dup
            aload 2 /* config */
            invokespecial io.vertx.ext.auth.shiro.ShiroAuthOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
            astore 3 /* options */
        start local 3 // io.vertx.ext.auth.shiro.ShiroAuthOptions options
         1: .line 51
            aload 1 /* vertx */
            aload 3 /* options */
            invokestatic io.vertx.ext.auth.shiro.ShiroAuth.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)Lio/vertx/ext/auth/shiro/ShiroAuth;
            areturn
        end local 3 // io.vertx.ext.auth.shiro.ShiroAuthOptions options
        end local 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.shell.impl.auth.ShiroShellAuth this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/shell/impl/auth/ShiroShellAuth;
            0    2     1    vertx  Lio/vertx/core/Vertx;
            0    2     2   config  Lio/vertx/core/json/JsonObject;
            1    2     3  options  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
    MethodParameters:
        Name  Flags
      vertx   
      config  
}
SourceFile: "ShiroShellAuth.java"