public interface io.vertx.ext.auth.shiro.ShiroAuth extends io.vertx.ext.auth.AuthProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.auth.shiro.ShiroAuth
  super_class: java.lang.Object
{
  public static io.vertx.ext.auth.shiro.ShiroAuth create(io.vertx.core.Vertx, org.apache.shiro.realm.Realm);
    descriptor: (Lio/vertx/core/Vertx;Lorg/apache/shiro/realm/Realm;)Lio/vertx/ext/auth/shiro/ShiroAuth;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // org.apache.shiro.realm.Realm realm
         0: .line 45
            new io.vertx.ext.auth.shiro.impl.ShiroAuthProviderImpl
            dup
            aload 0 /* vertx */
            aload 1 /* realm */
            invokespecial io.vertx.ext.auth.shiro.impl.ShiroAuthProviderImpl.<init>:(Lio/vertx/core/Vertx;Lorg/apache/shiro/realm/Realm;)V
            areturn
        end local 1 // org.apache.shiro.realm.Realm realm
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
            0    1     1  realm  Lorg/apache/shiro/realm/Realm;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
       Name  Flags
      vertx  
      realm  

  public static io.vertx.ext.auth.shiro.ShiroAuth create(io.vertx.core.Vertx, io.vertx.ext.auth.shiro.ShiroAuthOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)Lio/vertx/ext/auth/shiro/ShiroAuth;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.auth.shiro.ShiroAuthOptions options
         0: .line 55
            aload 0 /* vertx */
            aload 1 /* options */
            invokestatic io.vertx.ext.auth.shiro.impl.ShiroAuthProviderImpl.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)Lio/vertx/ext/auth/shiro/ShiroAuth;
            areturn
        end local 1 // io.vertx.ext.auth.shiro.ShiroAuthOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  
}
SourceFile: "ShiroAuth.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()
      java.lang.Deprecated()