public class io.vertx.ext.auth.shiro.ShiroAuthOptions implements io.vertx.ext.auth.AuthOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.shiro.ShiroAuthOptions
  super_class: java.lang.Object
{
  public static final io.vertx.ext.auth.shiro.ShiroAuthRealmType DEFAULT_TYPE;
    descriptor: Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private io.vertx.ext.auth.shiro.ShiroAuthRealmType type;
    descriptor: Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.json.JsonObject config;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            getstatic io.vertx.ext.auth.shiro.ShiroAuthRealmType.PROPERTIES:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            putstatic io.vertx.ext.auth.shiro.ShiroAuthOptions.DEFAULT_TYPE:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            getstatic io.vertx.ext.auth.shiro.ShiroAuthOptions.DEFAULT_TYPE:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            putfield io.vertx.ext.auth.shiro.ShiroAuthOptions.type:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
         2: .line 41
            return
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;

  public void <init>(io.vertx.ext.auth.shiro.ShiroAuthOptions);
    descriptor: (Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
        start local 1 // io.vertx.ext.auth.shiro.ShiroAuthOptions that
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.auth.shiro.ShiroAuthOptions.type:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            putfield io.vertx.ext.auth.shiro.ShiroAuthOptions.type:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
         2: .line 45
            aload 0 /* this */
            aload 1 /* that */
            getfield io.vertx.ext.auth.shiro.ShiroAuthOptions.config:Lio/vertx/core/json/JsonObject;
            ifnull 3
            aload 1 /* that */
            getfield io.vertx.ext.auth.shiro.ShiroAuthOptions.config:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            goto 4
      StackMap locals: io.vertx.ext.auth.shiro.ShiroAuthOptions io.vertx.ext.auth.shiro.ShiroAuthOptions
      StackMap stack: io.vertx.ext.auth.shiro.ShiroAuthOptions
         3: aconst_null
      StackMap locals: io.vertx.ext.auth.shiro.ShiroAuthOptions io.vertx.ext.auth.shiro.ShiroAuthOptions
      StackMap stack: io.vertx.ext.auth.shiro.ShiroAuthOptions io.vertx.core.json.JsonObject
         4: putfield io.vertx.ext.auth.shiro.ShiroAuthOptions.config:Lio/vertx/core/json/JsonObject;
         5: .line 46
            return
        end local 1 // io.vertx.ext.auth.shiro.ShiroAuthOptions that
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            0    6     1  that  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
    MethodParameters:
      Name  Flags
      that  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 49
            aload 0 /* this */
            invokespecial io.vertx.ext.auth.shiro.ShiroAuthOptions.<init>:()V
         1: .line 50
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)V
         2: .line 51
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            0    3     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public io.vertx.ext.auth.shiro.ShiroAuthRealmType getType();
    descriptor: ()Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
         0: .line 57
            aload 0 /* this */
            getfield io.vertx.ext.auth.shiro.ShiroAuthOptions.type:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
            areturn
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;

  public io.vertx.ext.auth.shiro.ShiroAuthOptions setType(io.vertx.ext.auth.shiro.ShiroAuthRealmType);
    descriptor: (Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;)Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
        start local 1 // io.vertx.ext.auth.shiro.ShiroAuthRealmType type
         0: .line 67
            aload 0 /* this */
            aload 1 /* type */
            putfield io.vertx.ext.auth.shiro.ShiroAuthOptions.type:Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
         1: .line 68
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.auth.shiro.ShiroAuthRealmType type
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            0    2     1  type  Lio/vertx/ext/auth/shiro/ShiroAuthRealmType;
    MethodParameters:
      Name  Flags
      type  

  public io.vertx.core.json.JsonObject getConfig();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.ext.auth.shiro.ShiroAuthOptions.config:Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;

  public io.vertx.ext.auth.shiro.ShiroAuthOptions setConfig(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
        start local 1 // io.vertx.core.json.JsonObject config
         0: .line 85
            aload 0 /* this */
            aload 1 /* config */
            putfield io.vertx.ext.auth.shiro.ShiroAuthOptions.config:Lio/vertx/core/json/JsonObject;
         1: .line 86
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.json.JsonObject config
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            0    2     1  config  Lio/vertx/core/json/JsonObject;
    MethodParameters:
        Name  Flags
      config  

  public io.vertx.ext.auth.shiro.ShiroAuthOptions clone();
    descriptor: ()Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
         0: .line 91
            new io.vertx.ext.auth.shiro.ShiroAuthOptions
            dup
            aload 0 /* this */
            invokespecial io.vertx.ext.auth.shiro.ShiroAuthOptions.<init>:(Lio/vertx/ext/auth/shiro/ShiroAuthOptions;)V
            areturn
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;

  public io.vertx.ext.auth.AuthProvider createProvider(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/auth/AuthProvider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 96
            aload 1 /* vertx */
            aload 0 /* this */
            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 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.auth.shiro.ShiroAuthOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            0    1     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.ext.auth.AuthOptions clone();
    descriptor: ()Lio/vertx/ext/auth/AuthOptions;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.auth.shiro.ShiroAuthOptions.clone:()Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.auth.shiro.ShiroAuthOptions.clone:()Lio/vertx/ext/auth/shiro/ShiroAuthOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "ShiroAuthOptions.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)
      java.lang.Deprecated()