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 final java.lang.String DEFAULT_ROLE_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "role:"

  public static io.vertx.ext.auth.shiro.ShiroAuth create(io.vertx.core.Vertx, io.vertx.ext.auth.shiro.ShiroAuthRealmType, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/shiro/ShiroAuth;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.auth.shiro.ShiroAuthRealmType realmType
        start local 2 // io.vertx.core.json.JsonObject config
         0: .line 51
            aload 0 /* vertx */
            new io.vertx.ext.auth.shiro.ShiroAuthOptions
            dup
            invokespecial io.vertx.ext.auth.shiro.ShiroAuthOptions.<init>:()V
            aload 1 /* realmType */
            invokevirtual io.vertx.ext.auth.shiro.ShiroAuthOptions.setType:(Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;)Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            aload 2 /* config */
            invokevirtual io.vertx.ext.auth.shiro.ShiroAuthOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            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 2 // io.vertx.core.json.JsonObject config
        end local 1 // io.vertx.ext.auth.shiro.ShiroAuthRealmType realmType
        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  realmType  Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            0    1     2     config  Lio/vertx/core/json/JsonObject;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      vertx      
      realmType  
      config     

  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 62
            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 72
            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  

  public abstract io.vertx.ext.auth.shiro.ShiroAuth setRolePrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/auth/shiro/ShiroAuth;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      rolePrefix  
}
SourceFile: "ShiroAuth.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()